Brian Hicks
Brian Hicks
It used to do this! I was just coming here to open a similar issue after an upgrade. @alexherbo2 is this a bug or on-purpose?
Same here, with ruby-1.9.2-rc2 and RVM, rails-3.0.0.0.rc on Ubuntu. rspec spec/ works as expected, autotest passes all but sends :red. I'm not sure if it's here or in something more...
Actually, :red and :green are both sent when I run an-uninstall. So it's somewhere in here.
I just tried this with homebrew's `kak` and got the same result!
> I'm using kitty, what terminal emulator are you using? This happens for me in both iTerm2 and Terminal.app, and both inside and outside of tmux. I will maybe try...
Yep, I'm on Catalina as well. I've got some coworkers on the next version (Big Sur) and I'll ask them to try it! In the mean time, I'm going to...
No joy when compiled from ac6420ee8d3a1395d358aa6f6b860e2405906c07, unfortunately. I checked and I'm actually also using Input Mono (although not Narrow.) Hmm… what else could be different between our setups? I'm drawing...
That's exactly my situation too. 1PW 8, Chrome, latest macOS. I think you're on to something here.
also, I would have expect to see this validation on line 4 of the REPL. Seems like something may just be backwards somewhere?
I'm getting around this for now by setting `copyBinsFilter`: ```nix copyBinsFilter = '' select(.reason == "compiler-artifact" and .executable != null and .profile.test == false and .target.name == "${name}")''; ``` however,...