Ethan Chan

Results 69 comments of Ethan Chan

I have the same issue - I think what is meant by `changing outputs will not recover` is that other sound devices are unaffected, but switching to it and then...

As a workaround, I was able to incorporate asdf into my prompt with no noticeable performance impact by implementing the lookup myself in bash. ```bash # Code goes somewhere in...

Hmm, it does not seem to work on my setup. Here's the debug log without `stdin = True`: ``` 2017-02-12 20:01:16,975 [WARNING] parse input = [, [u'path,lineNumber,lineNumberEnd,level,message'], 1L] 2017-02-12 20:01:16,976...

Oops, I didn't notice that it only happens with `g:validator_auto_open_quickfix = 1`, which I suppose is reasonable. Ideally this wouldn't happen, but it's okay to close this now if it's...

Agree with @Loskir, and I think `Icon.Tray` may be more fitting. ![image](https://user-images.githubusercontent.com/3402603/188443601-677129a9-6c38-41ec-afc4-1b21a207ad32.png)

+1 to exposing the Phoenix runtime through an API! A temporary workaround is to emulate this by polling the output of a script which reads from a fifo of commands....

Just wanted to chime in and say that I implemented a REPL as a modal, if anyone is interested: https://github.com/metakirby5/.dots/blob/master/osx/.phoenix.js#L1046 ![Usage](https://ptpb.pw/MT-v.gif)

Hi @dtchepak, thank you for the swift response! Environment: - Unity 2019.2.14f1 - NSubstitute 3.1.0.0 Below is a full self-contained repro. I actually forgot to add that I was working...

@dtchepak no worries! The difference between using a `class` versus `readonly struct` in our case is imperceptible anyways, so we're erring on the side of testability for now and using...