Eric Promislow

- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
-
Eric Promislow 创建了一个帖子, 已回答What 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 创建了一个帖子, 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 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...