John-John Tedro
John-John Tedro
This is correct. It's unclear how these should be documented without something like rustdoc for rune. But it is needed!
Ah. Thanks for the report and the super clear repro. I've been intending to ensure that the benches are included in integration tests before baking the next release. Item resolution...
Oh this definitely looks like a lexing error. Good catch!
Hey! Thanks for the report. I'm currently working on a reproto update which uses 2021 edition safe syntax for genco. I'll make sure to take a look at this issue...
So the relevant issue is servo/rust-url#577 Which is... you can no longer use `set_scheme` to change the scheme. I.e. what this library is trying to do is construct a clone...
You should probably use Thrift, from the README: ``` Note: This project is in an early stage. Things will change a lot. Please take it for a spin, but avoid...
@coder543 Could you try having it emit code with the following style into themes.rs?: ```rust /* ... */ const DOC_CSS_DARK: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/doc.dark.css")); ```
@coder543 do you want to setup a PR?
The benefit is that you can do it in an environment where you can check it works. I'm just guessing here :). But sure. I'll do it. What were the...
EDIT: NVM