Eric Promislow

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Eric Promislow created a post, AnsweredWhat happened to the editor-based resolve-conflicts workflow?
Used to be when I had to use Git tools to resolve conflicts, I would get a 3-panel IDE UI : like “Yours” in the left column, “Theirs” in the right column, and the merge in the middle. I would press... -
Eric Promislow created a post, Where is the Problems Tab in RubyMine
This is for RubyMine 2020.1.4 on macOS 10.12.6 (Sierra). I don't think I can upgrade because I'm on an older MacBook and can't upgrade to a newer OS, and when I tried a recent RubyMine build I coul... -
Eric Promislow commented, -
Eric Promislow created a post, AnsweredHow do I open files using the shortcut thing?
Sorry I don't even know what this widget is called, but I've been using it in RubyMine and GoLand for about 7 years. Today it stopped working.I realize we all have custom keyboard shortcuts, but pl... -
-
Eric Promislow created a post, Unit testing node.js with jest broke today: `Cannot read properties of undefined (reading 'testEnvironmentOptions')`
I regularly use goland to unit-test single tests in node.js files using jest as our testing framework.Today I started getting this error message at the start of any run or debug session:```Test sui...