Dániel Buga
Dániel Buga
`fold: true` works completely unreliably based on where the ends of the span I'm trying to print fall. One thing is printing the first four lines, I can live with...
I'm still not quite happy with where this goes. Ideally, I would like to set a primary and seconday accent color, and the theme should generate all colors necessary. This...
Would this better belong to a different crate?
This would be really nice but in this form it's suboptimal. I'm not sure if it's possible to only cache bounds where necessary (mainly for Text) without specialization
I wonder in what real-world use case would somebody want to do complex calculations with NaN-s in compile time. I also wonder if the answer is the same if a...
You can try using WSL, the ubuntu distro works well for me.
As far as I know, yes. Spiffs is designed to operate with minimal RAM footprint, so it would be logical to have a tight limit on open files.
If linkedProject points to the workspace root Cargo.toml, but incorrectly through an inline rust-project.json, vscode may not think my source files are linked, but no indication is given that my...
Ah, shoot. Thanks a lot and sorry for the noise. For whatever reason I found the "Non-Cargo Based Projects" section in the docs, but did not search back for "linkedProjects"...
This came up because I wanted to add `heapless::Vec` as a `OctetsBuilder`, but wasn't sure if I could add the dependency to the `interop` flag or I should add a...