Chris Hamons
Chris Hamons
Appears to be related to [xamarin.github.io/bugzilla-archives/13/13430/bug.html](https://xamarin.github.io/bugzilla-archives/13/13430/bug.html)
Waiting for ViewWillMoveToSuperview to be invoked with null appears to cover some of the use cases RemoveFromSuperview hits and doesn't appear to trigger this.
Full build log - https://gist.github.com/chamons/aa926ca05098f3df490eca3e20ce3840 It has some project specific hacks you'll have to ignore
So let's set aside SwiftUI for a second, which is unique as it leans heavily upon a [Domain Specific Language](https://en.wikipedia.org/wiki/Domain-specific_language) as well as large part of the swift language. Let's...
Yes, today you can absolutely create a swift "interface layer" which re exposes the API as @objc, which is how we recommend people bind Swift libraries today.
Work continues on [the project](https://github.com/xamarin/binding-tools-for-swift) to bind Swift into C#, though the general problem is very difficult for a number of technical reasons. Creating a Swift interface later marked with...
I just blew up a service's logs by missing a skip on a newly added field. That argument was very very large, and increased the size of error log lines...
I've reviewed the log briefly and it appears to be a runtime issue: ``` Mono: AOT: image '/Users/admin/Desktop/CocoaApp/4 WithHybridAot and MONO_CONSERVATIVE_HWCAP/CocoaAppWithHybridAot.app/Contents/MonoBundle/mscorlib.dll.dylib' not found: dlopen(/Users/admin/Desktop/CocoaApp/4 WithHybridAot and MONO_CONSERVATIVE_HWCAP/CocoaAppWithHybridAot.app/Contents/MonoBundle/mscorlib.dll.dylib, 9): no suitable...
Looking into this, I think miniquad would need a window focus event (see note on https://docs.rs/miniquad/latest/miniquad/window/index.html) for macroquad to listen to and reset pressed keys?
See https://github.com/streamnative/pulsar-rs/issues/346 for more details on why I've come to this architecture, due to difficulties with the API surface.