Mike Schinkel
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
-
Mike Schinkel created a post, http:ListenAndServe() not listening in GoLand w/Debugger
I am starting my first Go app using GoLand. I have used PhpStorm since it was in beta so am familiar with JetBrains IDEs.I am trying to build a simple HTTP server using the code from this article a... -
Mike Schinkel created a post, Cannot get RubyMine 2016.1 Debugging working to debug Vagrant source code
I am trying to debug the source code for Vagrant with a new install of RubyMine 2016.1 and cannot get debugging to work no matter what I try.I have also asked the question over on StackOverflow but... -
Mike Schinkel created a post, AnsweredInstall missing gems fails
I am brand new to Ruby and Rubymine after years of PhpStorm use.I have created a starter Gem using `bundle gem my-gem-name` and then in RubyMine I get:RubyMine Gem Manager RubyMine has detected th... -
-
Mike Schinkel commented, -
Mike Schinkel created a post, Did PhpStorm 5.0.3 break ability to recognize PHP constants and classes?
I just uploaded to PhpStorm 5.0.3 and now it no longer recognizes constants or selected classes. Did I do something wrong or did 5.0.3 break this? -
-
Mike Schinkel created a post, Search & Replace for PHP object to array and vice versa
Hi,I'm wondering if WebIDE provides a search & replace feature that allows a user to search for a variable that's an object and convert it to an array and visa versa? (I know it's possible with Re...