Dave Schinkel
![Avatar](https://secure.gravatar.com/avatar/6fffbf547f0efa568396d6e21631884d?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 64
-
Edited Code With Me Does Not Connect and No Window Shows!
I don't know what's going on with code with me lately but I cannot connect to it either in WebStorm or IntelliJ (both running the very latest versions). It tells me it's updating code with me with... -
Created Run / Debug is Creating Jest Configuration instead of Mocha
For some reason now when I try to run one test, it's creating a Jest configuration instead of mocha. I can't tell why that is. How do I fix this? I'm definitely running mocha tests.' WebStorm 20... -
Edited Share Proxy Server that points to a localhost running App - Code with Me
When will we be able to share a public proxy server URL from Code with Me so that when Mob Programming or Remote pairing with clients, we can hit someone's localhost app that's running from our own... -
Edited Keyboard Shortcut for git blame
AnsweredIs there an OS X keyboard shortcut to quickly turn on blame on a file you're in? Having to right click in the file is a huge pain in my ass. -
Edited Imported es6 module is undefined during Debug (During Test Runs)
Prod code: I'm using ts-node to compile my tests. I've wired my test config to compiler.ts which wires up my project to ts-node. Enabling sourceMaps in my tsconfig.json; adding the line: "source... -
Edited webpack.config.js losing all syntax highlighting
Screencast of the issue here I am losing syntax highlighting for my webpack.config. If I delete my webpack.config.js then re-create it, it works again. But if I restart WebStorm, I lose it again... -
Edited React Import Name Collision with react.d.ts
AnsweredWhat in the world is going on here. This project was compiling fine a couple months ago. Now all of a sudden I get name collisions with React and have not even touched the code.. -
Edited Get Rid of Code Tag Hints
How the hell do I get rid of these stupid tags? If I disable TS most go away but then I lose the benefits of TS intellisense outside these stupid tags. But this is in my tests, don't know if it's... -
Edited Running Tests Switches to Output Tab
AnsweredThis is really annoying. I'll be in the Terminal tab in IntelliJ. I'm usually in the terminal tab because I TDD. With Elm unfortunately (crying) IntelliJ does not support running tests in the GU... -
Created Elm Tests in IntelliJ's Test Runner
AnsweredIs there a way to set this up? I don't see any support for running Elm tests via the IntelliJ GUI Test runner. I can run them in the terminal which is fine, but it'd be nice to run them via the GU...