Kartikaya Gupta (kats)
Kartikaya Gupta (kats)
Editing title to be a little more clear. The fundamental problem I guess is that the crate using cmake might be deep in the dependency tree from the top-level crate...
> Ninja probably doesn't work by default with most projects though, which is why I'd imagine that an opt-in might be necessary Ah, I was assuming that if one generator...
Sorry, I got this wrong. The suggestion was to make everything fail consistently, which I believe already happens in json-rust.
Although... one thing that would help here for my use-case would be the ability to have json-rust automatically replace these lone surrogates with the U+FFFD replacement character. This would probably...
@fschutt webrender is now on crates.io, are there additional things you need in that respect before publishing azul on crates? Or are you only blocked on other things?
After poking around the code some more the structure of the CLI seems quite confusing. For example it's possible to run a command like `wagyu bitcoin -f bech32 import-hd "cloud...
It's not something I have considered. If it's not a lot of work I wouldn't be opposed to it though.
I don't think there's any real alternative to use instead of `charset`. I used to use `encoding_rs` but conceptually it is a little different and hsivonen submitted https://github.com/staktrace/mailparse/pull/32 to migrate...
Mostly I'm interested in `--frozen` but I figured I'd do the rest as well.
(Note that the circleci failure happens on the master branch too)