Showing items from phpstorm

Redmine API and Jetbrains Integration

I just thought I would put this out there in case anyone else had the same problem as I did as there is surprisingly little out there.

I just recently switched back over to using Redmine from Jira, this time via a Docker image.  Its nice and clean and avoids the various problems I was having with Apache and Passenger, which is partly what made me switch to Jira in the first place.  After getting things all setup with various plugins and themes to make it look nice, I went back to work in PhpStorm.  I then added a Task Server, tested the connection and all was fine.

Continue Reading

JetBrains IDEs, Haswell processors, Linux and FUTEX_WAIT

I thought I would put this here in case anyone else has been experiencing the same thing I have been. Start up a JetBrains product, any of them -- PhpStorm, WebStorm, CLion, DataGrip, or any of the others and it will start up, start indexing files, and then freeze. The only way to recover from it is to go to the command line and do a ‘kill -9’ on the process.

Continue Reading

PhpStorm Simple Speedup

So, I’ve been working with JetBrains PhpStorm for about 6 months or so now.  Only recently have I started forcing myself to serious work with it.  Part of the reason why I used tabbed terminals and VIM for so many years is that it is very fast.  No mouse clicking, my hands never need to leave the keyboard except to test what I’ve just written in a browser.

Continue Reading