Seth Fowler
Seth Fowler
**Oni Version:** 0.3.9 **Neovim Version (Linux only):** **Operating System:** macOS **Issue:** Despite the documentation, setting `editor.quickOpen.execCommand` has no effect - ripgrep is always used. **Expected behavior:** It should be possible...
I love irony-mode. It works much better than any of the alternatives for me. One problem I've found, though, is that it doesn't seem to work correctly with Tramp. I...
I'm testing out msgpack-haskell, and my test application works fine - I can call a test method and see that the server receives the call correctly, and the client receives...
Nice library! It's quite useful. I did run into an issue, though. My expectation was that this pseudo-code should work: ```rust let ref_path = CanonicalPath::new("/foo/bar/").unwrap(); let relative_path = Path::new("../baz"); let...
Thanks for writing this plugin; it's great! I'm using it with `ps4-waker` to turn on and off my PS4. I am running into a problem, though. The first time I...
It seems like it'd be nice to have support for running reductions in parallel. There are some disadvantages, so this should definitely be opt-in. One issue is that there may...
It'd be great to be able to provide, in an addition to an "interestingness" test, a chunk preprocessing strategy. Here's what I'm interested in using it for: What I observe...
This library should remain a thin layer over the C `libclang` API, but there are definitely some cases where things can be made a bit easier to use, and everything...