Val Markovic
Val Markovic
As per docs, returning `false` in a matching before filter should stop the navigation. Matching routes are not executed, but the URL in the location bar is still changed. Looking...
Currently, OmniSharpServer always wants to be presented with a solution file before starting up. This is causing difficulty for YCM (and especially ycmd); we can't start the omnisharp server until...
Thanks for creating this project! It's just what I was looking for and it's freaking awesome. Any chance of getting syntax highlighting for the diff? I'm a big fan of...
It's not readily apparent to those not already familiar with homu that the homu github user is a bot. The github user page doesn't provide a link to homu.io, the...
Since the API hasn't changed much in ~5 years, could this crate be bumped to 1.0? Crates implementing concurrency primitives with version numbers < 1.0 look (justifiably) scary, which I...
Racerd currently returns a 403 on HMAC failure instead of a 401. The 401 makes more sense; the request was unauthorized. 403 means the user has been authenticated but his...
I'm writing a plugin for Vim and while I'm not absolutely sure that this is the problem, I believe I've tracked it down to an interaction with the autocommands that...
Updating to latest homu, we're now seeing a traceback on this line about missing `max_priority`: https://github.com/servo/homu/blob/68e4dd921067b8f22f38439b2f5cec9c23ffc961/homu/action.py#L120 Adding the following k-v under `github` the way the sample config has it: ```toml...
Repro steps: 1. My entire [vscode config is here](https://github.com/Valloric/dotfiles/tree/6fb8a084ef35e2a34ab1cf274b3b6f05d51833c2/vscode). `vscode_setup.sh` can install all the extensions I use. 2. VS Code version info included below. 3. Open [this file](https://github.com/Valloric/hamcrest2-rust/blob/dc41e4c503d1df1efcf110acbb817b3fc57a3e65/src/matchers/all.rs). 4. Make...
This is a: Run Issue ## Details Pi-hole fails to start when running rootless in podman. Errors are all `Read-only file system`, which is strange because my repro commands do...