-
hey ive be trying to install your tui on my android tablet within termux but i've been getting issues trying to compile native_db saying there is no Database_Builder in my root i tried to add native_…
-
upgraded from `0.25.2` to `0.26`. My previous code broke. here are the cases I reproduced. any suggestion?
### case 1
```rs
use strum_macros::{AsRefStr, EnumString};
#[derive(EnumString, str…
tiye updated
5 months ago
-
It is my understanding that the `#[strum(disabled)]` attribute should remove it from all the expansions. However, it seems that it is still included in the `VariantNames` trait implementation.
## E…
-
when I use the Doyo guitar in ps3 Guitar Hero or Rockband mode it doesn't detect the strum.
-
I have a PS# rockband guitar and it will recognize pro lead and the buttons will work but it will not let me strum the guitar. Any idea how to fix this or if it is a bug?
-
For all of the MIDI files I've used, certain notes will be correctly replicated in Webfishing, but the string won't be played. Maybe adding a delay between switching notes and playing notes could fix …
-
Hi!
I’m tinkering with writing a transpiler and am currently in the lexing stage. In my `Token` enum I have the following variant: `CurlyClose`. I’d like to implement the `Display` trait for `Token…
-
**Is your feature request related to a problem? Please describe.**
Readers following “Simplified Embedded Rust: ESP Standard Library Edition” may encounter build failures when running “Hello World” e…
-
(These would be new strum bar modes)
-
I'm using tailwindcss, it uses a lot of classes that are annoying to write in rust/maud: `mt-8`, `space-y-6` etc...
So, I usually resort to write `div class="mt-8 space-y-6"`, and sometimes even
…