Ryan McGrath

Results 135 comments of Ryan McGrath

Oh, and: >Also, is there a obj-c spec you're working off of or just using your ios/macos dev experience to know which NS concepts to bridge over? Ish, yeah. I've...

I threw together a basic `Architecture` document - not perfect by any means, but it walks (or stumbles) through the `View` type to kind of explain how things are typically...

Cool, I can look at setting something up today. Tauri apps might be hard on tvOS, if I'm understanding (at a glance) what you want to do, as no WebView...

Poking this issue, as this is somehow still the best method for working with Docker on OS X. Killing lines 745-747 had no ill effect on anything for me, and...

Hmmmm... well, I'm certainly open to being wrong. Suppose I'll tinker a bit more, there's probably something I've missed then. Thanks for the sanity check!

As a heads up on why this might be a PITA... `UserNotifications.framework` requires that the application be code-signed. `NSUserNotification` does not have this requirement last I checked.

FWIW, `UserNotifications.framework` requires your app be codesigned + (I think, am mobile so can't look up) opted in to the hardened runtime. I have UserNotifications.framework working in [cacao](https://github.com/ryanmcgrath/cacao), but there's...

Pros are that it just feels more in-line with it being a Rust project. Cons... none so far, but for all I know there could be some.

For what it's worth, the codesigning requirement does get a bit odd for people just looking to release a cross-platform tool. There's realistically an argument to just keep using the...

Yup, this is pretty much just a case of those things not being necessarily ported yet. You probably want an approach that's a mix of 1 and 2. If you...