Andrew Wheeler(Genusis)

Results 95 comments of Andrew Wheeler(Genusis)

Yeah we forgot about that when we were quickly updating everything. Though we do still have issues with iced-web since this has not been updated yet....

I have made another update to beta to support the newest iced release 0.4. We will need to discuss how we plan to add in pure widgets to iced_aw @Kaiden42....

yeah I can start Getting beta changed over to using Pure only for Main. Probably will Start Tomorrow.

ahh this is nice that your adding this. However can you add a few examples of how to use it? Currently I am doing something like the below in my...

ahh I was having issue trying to figure out how to pass the cursor to TextRowSet::for_cursor(5000, &mut cursor, Some(4096)) so that way i could use the cursor the way I...

Thank you. Yeah I was attempting to switch my Axum lib and depreciate my Block method in place of this and noticed there was no way that I could see...

I guess the newer FromRequestParts and IntoResponseParts functions and State help Cover the loss of tower::Service. But this will heavily affect every single layer-based library when and if you do...

generally using References can cause issue's later on if you wanted to Thread Layout Generation. Normally Clone or Copy is what you would Want if you decided to use Threading...

basically the way I am currently doing this is ```rust pub struct Text { /// glyph string layout. pub glyphs: Vec, /// Font PX size, pub px: f32, /// Font...

look at my example on how to not use the fontdue user data. as this is not a needed thing and if you can bypass it then it will be...