Anthony

Results 110 comments of Anthony

Can someone familiar with the build script check to see why `RTCMTLNSVideoView` for macOS is also not included after M116? Is there another flag that needs to be set?

@stasel, the "undefined symbols" error only happens for me when building a native macOS app. I noticed that your example app is configured with "Designed for iPad" on macOS, so...

> Use `.prettierrc.js` file name, it may fix the issue. I tried this, and it works for a little while, but then the plugin stops working, and I have to...

It seems that the issue may be due to problems with [prettier-vscode](https://github.com/prettier/prettier-vscode/issues).

Ah, yes. It was released in Swift 5.9, but it looks like the API could still change: [https://forums.swift.org/t/c-interoperability-in-swift-5-9](https://forums.swift.org/t/c-interoperability-in-swift-5-9)

How can I resolve this error? ``` ``` ``` No overload matches this call. Overload 1 of 4, '(element: "input" | null | undefined, attrs: HTMLProps): HTMLInputElement', gave the following...

This would also be useful for importing maps created with [Felt](https://felt.com).

Adding my vote for MPS support: I'd love to use this on Macs and iOS devices.

This issue is causing build errors for me after running SwiftFormat: `Reference to property 'someProperty' in closure requires explicit use of 'self' to make capture semantics explicit`.

I'm using my Ory URL and http://localhost:3000 for `KRATOS` and `APP`. Is this correct? I keep getting redirected to Ory's hosted pages on all the routes. It looks like it's...