David Wosk

Results 11 comments of David Wosk

I'm running into the same problem even with the latest Catch2 v3.0.1. On Apple Silicon, all binaries need to be signed before they can run otherwise you'll encounter a crash....

@InquisitivePenguin any update on your PR? Support for Rust `&str` constants would be really useful for us, thanks!

Thanks for the response @ColinLaws. We're doing stuff cross-platform and in different environments (i.e. developer machine vs. CI) and being able to install the `protoc` compiler just by declaring a...

Thanks @tarcieri. Would you accept a PR that changes that method to use `recommended()` over `default()`? Since the new behavior would be considered "less secure" than what is being used...

@madsmtm could we also possibly get https://developer.apple.com/documentation/safariservices? Specifically, I currently need https://developer.apple.com/documentation/safariservices/sfsafariextensionmanager and https://developer.apple.com/documentation/safariservices/sfsafariapplication (`showPreferencesForExtension`).

@seanaye any chance this one can get merged?

Found this error in Console.app: ``` Unable to display open panel (unrecognized error: Error Domain=NSXPCSharedListenerErrorDomain Code=2 " { count = 1, transaction: 0, voucher = 0x0, contents = "XPCErrorDescription" =>...

Based off that message, here are the previous logs from that specific xpc service. Just a screenshot as not sure how to export as text: I'm guessing Apple invalidates the...

So far having good results by adding a couple of entitlements: ```xml com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory ```

@lucasfernog I believe this was introduced by the recent changes here: https://github.com/tauri-apps/tauri/pull/11676/files