Anthony

Results 110 comments of Anthony

In case the same thing happens to anyone else searching for this error: It happened to me because I mistakenly left an extra `` tag in the HTML area of...

I'm having this same problem. @[mohe2015](https://github.com/mohe2015)'s solution of adding `extraFileExtensions: ['.svelte']` to `parserOptions` resulted in linting errors in .svelte files which should not apply to Svelte syntax. So I disabled...

I'm encountering this error when parsing receipts from Apple's [App Attest](https://developer.apple.com/documentation/devicecheck/assessing-fraud-risk) service.

After migrating to SvelteKit 2, I get `consistent-return` errors from eslint in my SvelteKit projects, since `redirect` and `error` now implicitly throw. I've had to disable that rule until this...

@cdcarson, to replicate the issue, just add `consistent-return` to the rules in your `.eslintrc.cjs` file if it's not already part of the rules you use. I use the Airbnb eslint...

I'm also getting this error with `RTCMTLNSVideoView` on macOS with M117 and later.

But `RTCMTLNSVideoView` is not a UIKit view, right? This view works natively on macOS for me with M116, but not with later versions of the WebRTC package.

I posted a [bug report](https://bugs.chromium.org/p/webrtc/issues/detail?id=15748) too, but got this response a few hours ago: > We do not support unofficial libraries/packages/forks of webrtc. It sounds like the problem might be...

@ragul-m46, could you share more details on the fix? Would this also fix the issue with RTCMTLNSVideoView?

Given that these two issues occurred around the same time, I think it's likely that changes in the build script that happened after M116 are also affecting `RTCMTLNSVideoView`.