JMS55
JMS55
It appears that there is an issue for TextField support (#103537), but I don't see it listed anywhere in this issue. Just wanted to bring attention to this, thanks for...
I can confirm that I'm seeing something similar on android. It seems to happen very consistently every other time I try to play a url from the internet. The first...
I'll be writing about https://github.com/JMS55/botnet again this month.
Yeah, my idea was to also do it for get_item() and various other functions, but that's a lot of work manually. I'm thinking we would either want to have gir...
Unfortunately I've gotten quite busy, and do not know when I'll have time to finish this PR. Feel free to pick up where I left off. Iirc there's not a...
Hmm, do you have a hdpi monitor, or text scaling setup or something? I've ran into this issue before, but I forgot to ever investigate. Thank you for filing this...
Quick side note: maybe this issue should be moved to gtk-rs-core or gir or somewhere more appropriate. --- I opened a rust-analyzer issue to prioritize imports based on the crate...
I disagree, but we could leave it in. Hiding them from the docs (already done it looks like), and if rust-analyzer becomes smarter about suggesting imports, probably fixes most issues...
> Any specific examples ? Hard to remember, but I'll keep track of things next time I write a class.
I have a semi-working crate that hooks into wgpu's vulkan backend to run FSR 2.1 https://github.com/JMS55/fsr2_wgpu, along with a branch of bevy setup to use it https://github.com/JMS55/bevy/tree/fsr2. I'm currently trying...