Scott Bronson
Scott Bronson
### Discord username (optional) scaon. display name is abron. ### Describe the solution you'd like? I'd love it if my terminal's palette automatically switched whenever I log into a new...
If I specify a spec file that doesn't exist, I would expect an error. Instead: ``` bundle exec rake konacha:run RAILS_ENV=test SPEC=not_a_spec Finished in 0.00 seconds 0 examples, 0 failed,...
Here's what I'm seeing... maybe it's due to MacOS's BSD sed? ``` bronson@ima myproj % /tmp/sharnessify/sharnessify.sh Cloning into 'sharness'... remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done....
Spin interprets C-\ as re-run previous tests, Guard interprets it as quit. Either one sounds OK to me. However, current behavior of quitting Guard but leaving spin running is probably...
My test fails, I hit "Toggle Full Size Inline Errors" a few times, but I can't manage to get any inline errors to display. Are they supported in the Jest...
Got this backtrace in development mode while using my app... The page crashed instead of rendering. Haven't managed to reproduce it though. Tried a few times, both with and without...
Not my commit but definitely seems worth merging. :tophat: @pablasso
This is an important fix. Can also submit a documentation fix that says relative pathnames are invalid.
There are some minor difficulties when using Tailscale on Bluefin. The user needs to manually run `sudo tailscale set --operator=$USER`, otherwise the Tailscale QS extension silently fails (when modifying Tailscale,...
I'd find it helpful if Resources could show the current network utilization of each application. And process. Similar to what [NetHogs](https://github.com/raboof/nethogs) can do. Really enjoying Resources, great app!