Lachezar Lechev
Lachezar Lechev
> Do you have a use case in mind where it would be necessary to use the clipped canvas both as a DrawTarget and a Drawable? Or do you just...
I want to give a little update: I've managed to clean up most of the API & code but there is still some work to be done. I'll make the...
@rfuest sure thing, I've already made the repo public. You can find it here: https://github.com/LechevSpace/embedded-canvas/ Maybe I can make another set of struct using const generics that will remove the...
Could you elaborate on what parts of embedded-graphics do you think will benefit from const generics? Also, do you think that there should be const generics variants for specific structs...
Ahhh ok. Becuase of the `const generics` part I though you'll be looking into replacing parameters with const generics, e.g. for `Size`. Do you see any benefit in doing so...
I agree, at this stage it's not worth it.
I'd love to have a rocket icon (including firing one and leaning towards the side)
It is possible from Rust side to add features to enable the different additional functions that `photon` has, however, I'm not aware of npm features that allow this. Indeed it...
Any chance a new release can be made?
@HigherOrderLogic it should be possible to replace `log` with `tracing` (https://docs.rs/tracing) in the necessary crates. E.g. for `deadpool-postgres` there are exactly 3 places that need to be replaces: https://github.com/bikeshedder/deadpool/blob/ddd9eafa39e0c823315c3b2bff3767abafa0b05f/postgres/src/lib.rs