Jurek

Results 26 comments of Jurek

I thought so as well, but the Icon can be set on GUI startup, but can not be changed later. Do you think this is a `winit` issue?

@whizsid what is necessary to get the UN notification running completely? Because if you want, I could help by adding my new NS notification implementation as fallback for the previously...

Cool! Thanks for the clarification and no worries there is no need to rush. I hope you can also use Rust in your Job :D

> I'd like to avoid using spinlocks in concurrent code. I also think spinlocks are not the way to solve the issue. In my setting I was using the library...

I have had the same issue running in my Windows 11 VM for testing, then I changed to wgpu backend which solved the issue. Now after updating to versions 0.28...

https://github.com/prose-im/prose-app-web/pull/69

I also see why it is implemented as it is @fenjalien, I just noticed that this might be a hustle when drawing images with the library as I did. I...

do you have an allocator enabled? Since you are no_std in an embedded context you need to add an allocator like https://github.com/rust-embedded/embedded-alloc

mkdir doesn't like tailing slashes

I think an ARM64 version without Android SDK support would be useful for compiling for web as example. At least this is my usecase :) Edit: I am just seeing...