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...