Julian
Julian
Thanks, @jamesmunns for the great idea. We'd like to share a blogpost here https://www.systemscape.de/en/blog/2023/wrap-up/ about the great experience we've had so far and a big "thank you" to some of...
Sounds great, thank you!
Not sure, there isn't really anything blocking this PR. It works as is and pends integration into a new release afaik, see https://github.com/talesluna/rust-printers/issues/11#issuecomment-1423680232
Haven't used it in a while, but this is what I have in the app I made that branch for: ```rust let mut printer: Vec = printers::get_printers(); let printer =...
@el-hult thanks for looking into this! My workaround so far has also been to reduce the border thickness. If you could fix the underlying issue, however, that would be very...
Something wrong with the git version that is linked. You can use the one from crates.io, though. In your Cargo.toml file you can change the dependencies to ```toml [dependencies] plotters...
Is there a current "best practice" example of how to use sqlx in CI with cargo workspaces? It seems like a setup with sqlx-cli working does not mean the macros...
Is there any workaround for forcing an update on the UI until #112 is implemented? I would like to have a "Reset" button for a SpinBox, but the number in...
Seems like `proc-macro-error-2` could be used as a drop-in replacement since it's a fork of the unmaintained original: https://crates.io/crates/proc-macro-error2