Scott Bronson

Results 112 comments of Scott Bronson

A number of people seem to be running into this. These appear to be dupes: https://github.com/s-panferov/awesome-typescript-loader/issues/473 https://github.com/s-panferov/awesome-typescript-loader/issues/481

I'm having this problem too. It's frustrating. I get the same error: `ERROR in ./src/filter.ts. Module not found: Error: Can't resolve './png' in '/Users/bronson/testproj/src'` Thrown on the first line in...

Or use one of the zillions that already exist... Here are some notes from a year ago when I needed to solve this. (I ended up writing a one-off script,...

Agreed. Plus it would be nice to be able to edit rules with a text editor.

I had this too. Just curious, why isn't `bundle exec rspec` the default? Isn't that correct for like 99% of projects using rspec?

This seems similar to `grammar-selector:show` (ctrl-shift-L) but I'm not sure it's similar enough to actually use.

That sounds like a fine solution. Activate what setting when opening the file? A setting when opening with fuzzy-finder?

Makes perfect sense. Not sure I can get to it either... I'll close it in a few weeks if I can't shake the time loose.

I'm running into this while trying to debug Rails. minitest, not rspec, but everything else sounds similar. Would adding a `reset` command to byebug be an easy fix? Just some...

No worries. To me, Byebug as a whole looks really difficult to implement! Closing since it sounds like there are no immediate plans for a jump command. If ever it...