Vadim
Vadim
https://github.com/danloh/mdSilo-app/blob/c67d2cccf6b6445f685be40d47cf24a7796188dd/src/components/App.tsx#L27-L47 not really bad but could be better I guess. (not a js programmer so no suggestions)
Can't see the reason to pick bevy_canvas.
I suggest replacing it with ui::Color::Rgb(u8, u8, u8)
for stuff like "order in which I will watch movies this summer"
So when I use line selection mode and just navigate by J and K it does not looks steady enough and even my CPU starts to use some of it's...
### proposal I am using bot Russian and English (Dvorak) layouts, so **the problem**: is that when I'm using Russian - keybindings basically do nothing. **solution** allow to mention list...
**Where in the docs did you come across this?** just the starting chapters: https://rustwasm.github.io/docs/book/game-of-life/hello-world.html#clone-the-project-template **Describe what about it does not make sense** for some reason it rejected the name and...
### Summary not a problem, but for some reason these "failed to load theme" messages appear in logs on every startup for standard themes, everything works fine. sample: ``` 2484...
Just a simple setup and a silly parser & it's invocation which would be great for starters
https://github.com/crossterm-rs/crossterm/blob/f59221e1a228d97c24d2318a51645eccc1bdf8e7/src/macros.rs#L121-L131 I'm talking about `$($t:ty),+` it looks like you should be using this macro like `impl_display!(for SetColors, SetAttribute, ...);` but what I see in the actual code is this: https://github.com/crossterm-rs/crossterm/blob/f59221e1a228d97c24d2318a51645eccc1bdf8e7/src/style.rs#L489-L495...