Chris Hamons

Results 188 comments of Chris Hamons

Let's try it one more time.... /sudo backport xcode14.1

Actually, digging into this most of the APIs in ChipDeviceController won't accept the wrap trick, and I'm not sure why. I'm going to manually stub out the API surface and...

_From @chamons on Tue, 07 Dec 2021 21:16:34 GMT_ According to https://stackoverflow.com/questions/30929305/is-the-stack-size-of-iphone-fixed it sounds like it is possible to update the size of the stack, but there are limits on...

Doing some digging, it appears here: https://github.com/rust-windowing/winit/blob/master/src/platform_impl/macos/event_loop.rs#L145-L150

The warning appears harmless so far, but bundling the test with [cargo-bundle](https://github.com/burtonageo/cargo-bundle) appeared to make it go away. So not sure if this is a bug, a documentation request, or...

_From @chamons on Tue, 06 Sep 2022 15:07:56 GMT_ Given all of the assemblies in the stack trace are BCL (Base Class Library), in particular System.ServiceModel.*, I believe this should...

Given the lack of any Xamarin iOS types in the stack is the reason I bounced it over to the runtime at first.