Léo Gaspard
Léo Gaspard
For what it's worth, I think there's an additional use case for this (though it's technically not for internally tagged enums, it'd hopefully be fixed the same way): `#[repr(i32)]` enums...
This looks cool! I hadn't seen that in the docs when writing that message. Thank you!
Considering the time I've been having recently, I think I unfortunately won't have any to come back to this PR. Going to close this, but anyone please feel free to...
Sorry for mis-explaining! This is not a `umask` issue, just that the `cordova` template repository is `u-w`. So, as `cordova` basically does `cp -R $templatedir $outdir` ([here for cordova create](https://github.com/apache/cordova-create/blob/master/index.js#L119),...
TL;DR: I'm installing cordova from my package manager, which fetches the cordova repository and stores it on a filesystem where all files are 0444 (or 0555 depending on the file...
Well, I have no idea what that's supposed to do, but I get the following result: ``` $ gradle wrapper Starting a Gradle Daemon (subsequent builds will be faster) BUILD...
Got it thanks! I'll do when I manage to get a PR done :)
This seems to actually already be implemented: on the `versions` page for a crate (eg. [here](https://crates.io/crates/reord/versions), if you hover over the "1 feature" text, you can see the list of...
AFAICT the three issues likely all stem from this line: https://github.com/Ekleog/kannader/blob/177b7b52aa6426caa550e223d63922968b79cae9/kannader-config-macros/src/lib.rs#L463 In particular, wasmtime at some point changed its API, so that the Store would be passed as a parameter...
Oh and as for the macros and why they're here: I would really love to get rid of all these macros altogether, it's one of the most hairy parts of...