Arthur Kaukal Valladares

Results 10 comments of Arthur Kaukal Valladares

I will voice support for this PR. I work for a company planning on releasing a production product using winit on iOS, and we need this functionality to be able...

Template pack contribution is definitely encouraged. I'll be happy to test and review any template pack PRs and help get them merged.

Thanks for taking this on! This has been a long standing issue that we have been blocked internally on by simply not having access to Apple Silicon machines on the...

Windows is not a supported architecture quite yet, so sadly this is an expected error and you won't be able to run on Windows until support for it is added.

Thanks for the report, you are intended to be able to run on the simulator, I will find some time to look into this issue shortly.

Runs fine on my device on iOS 15.2.1.

> @ArthurKValladares does brainstorm still use this? We do still use this internally. I can try to carve out some time early next week to explore the alternative solutions linked...

Thanks so much for the PR. This touches some code that causes apps using this crate to fail App Store Certification, which we can fix by exposing a `slice_ring_buffer` crate...

I don't think these are exactly the same issues. My app is getting rejected because we are referencing the non-public symbols: `_mach_vm_allocate, _mach_vm_deallocate, _mach_vm_remap` . These are still being referenced...

I very weirdly opened a PR for in your fork of this repo (I don't know what I was thinking either) that fixes and explains the issue a bit better:...