Eric Summers
Eric Summers
@oldalton Will the conditional access issue blocking Catalyst support be resolved with the new Partner Compliance Management API that will be released for MDM providers this year? If that will...
I didn't dive deeply in to it, but I'm guessing the problem is Xcodes assumes you are an admin user when copying to the Applications folder. The file copy probably...
I assume you just want to use the first address. Maybe try each address in order until one resolves. Most DNS servers hand out the addresses in a different order...
This continues to be an issue in 10.33.0
+1 for custom log channels. I'd like to have the ability to change the log level for part of the program (for instance just the REST API).
The Swift Stencil template language has a similar feature when setting trimBehavior to `.smart` or `.all`. ```swift let environment = Stencil.Environment( loader: FileSystemLoader(paths: [Path(templatesPath)]), extensions: [ext], trimBehaviour: .smart ) ```...
The upcoming Embedded Swift features will allow much of the overhead (reflection, unused code, etc.) to be stripped out of WASM builds, but that is still in early development.
I'd love to see this, but doesn't Bun require JIT support which isn't available on iOS?
> > I'd love to see this, but doesn't Bun require JIT support which isn't available on iOS? > > I always thought jsc was the exception to that rule...
> This ran the app in the simulator Note that the iOS simulator supports JIT in JSC, but the actual iOS device does not.