Jonathan Johnson
Jonathan Johnson
Removed from v0.1.0 because of the previous update: This no longer affects the actual storage, and thus isn't an impediment to stabilizing.
The more I've pondered this, I don't think the original idea was as good as I hoped for it to be. I think a better approach might be to build...
On Discord a question was asked about potential API design for this feature. At its core, I think the `Collection` trait would need a new method that returns a collection...
> What font has a weight of 300? (specifically) The linked font is the one I was testing with, specifically I was testing the non-italic variant named `ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf` > Assume...
> That is the variable font. If you want to test the static fonts, they are in the `static` folder. I feel like we're talking past each other. Can we...
I've tried manually initializing the font system with the "ur_PK", and it doesn't change the behavior for me. ~~If this is done using locales, does this mean I need to...
[cushy](https://github.com/khonsulabs/cushy/) and its wgpu-based rendering library [Kludgine](https://github.com/khonsulabs/kludgine) are both using v0.10 (and hope to never switch text rendering libraries again! :laughing:)
Sorry for the delay in getting back to you! Thank for taking a stab at this. I had previously [started one](https://github.com/khonsulabs/gooey/blob/02d6b343f1320724830067fcf73ce8d71da0bb99/examples/todo.rs) a long time ago, then I removed it before...
I worked on this over yesterday and today, but it's a lot harder than it might seem at first glance. This is due to all the generic functions not being...
~Rust 1.70 is coming out today with `UnixDatagram` stabilized. While this doesn't offer a way to do IPC on Windows, it provides a std-only way to do IPC on Unix-like...