Christian Clason
Christian Clason
Again, the central issue is that the new check wrongly detects `file://.` as `file:///` so that the wrong error is triggered. If that error can be avoided, things will continue...
> This uri should be converted to path `/` Why? (Honestly asking! This seems wrong to me...) (I wouldn't trust VS Code to know -- or care -- which way...
I see. Not surprised that VS Code doesn't believe in validation... Thank you for your time explaining this to me!
_and_ for addressing this even if it's invalid! ❤️
Honest questions, because I don't understand which problem you are trying to solve: 1. Why is option 1 a bad idea? (I don't really see that. If your editor is...
@efoerster That makes sense, I missed that. Getting binaries on CTAN is not trivial, and texlive is more difficult still (they require the sources, both because they need to check...
@efoerster Trying to create a homebrew formula and unfortunately running into problems. 1. ~~The citeproc bundling fails for some reason, although `cargo build --release` works on a separate checkout of...
Thanks, will try that! The build failure on 1.6.0 may be due to the beta version of rust used there -- are you planning on making a 1.6.1 release soon?...
And `1.8.0` is now on homebrew: https://github.com/Homebrew/homebrew-core/commit/6dacca1a5ef3c5c9ea005f95a33528ef6f6acc50
Just tried to update homebrew to 2.0.0, and the above test fails with ``` {"jsonrpc":"2.0","error":{"code":-32700,"message":"Could not parse the input"},"id":null}thread 'thread 'tokio-runtime-workermain' panicked at '' panicked at 'initialize has not been...