CGMossa
CGMossa
My case is that I want something equivalent to this: ```rust #[derive(Debug, Clone, Copy)] pub struct ReplacementParameter(Probability); impl From for f64 { fn from(value: ReplacementParameter) -> Self { value.0.into() }...
I'm finding myself needing to wrap a type "quickly", but then I don't want to have any specific restrictions on the inner-type, other than being wrapped. `PartialOrd` and `PartialEq` where...
Great extension and very much appreciated. It would be great, if the markings in editor would be disabled once the editor is in Zen Mode. Or atleast an option to...
Hey! Lovely crate, but in order to make it work: I had to bump `syn` to `syn = "1.0.72"`. Then I had to go to `bevy` and update the `syn`...
**Describe the bug** I have a repository with hooks that warn of something or another. I didn't ensure that the thing was done, so when I tried to commit some...
Hey! I'm currently getting this error `Error: sf layers not currently supported by transition_reveal`. I'm perplexed by this as: I cannot see where this error is coming from. There are...
When `{languageserver}` is missing, the extension provides a button to install it. This doesn't happen with `{jsonlite}` is missing. Instead this happens: ``` Fejl i loadNamespace("jsonlite") : der er ingen...
This is a great addition to the broader scientific computing ecosystem for Rust. I've not used plotly.js extensively, and I suspect a bunch of folks would want to try to...
Building the benchmark part does not work, even on nightly. ``` cargo 1.42.0-nightly (ad3dbe10e 2020-01-13) ``` Here's the output I am getting: ```rust Compiling legion v0.2.1 (C:\Users\[redacted]\Documents\GitHub\legion) error[E0277]: the trait...
I've recently discovered `base::Encoding`, as it is sometimes needed when I want to parse `latin-1` encoded variables. Thus I've discovered that `magrittr` does not have an alias for `Encoding getNamespaceExports("base")...