Brian Spencer

Results 7 comments of Brian Spencer

The culprit appears to be the `.dart_tools` and `packages` directories, which aren't necessary at runtime. Here's what I did to fix it: - Removed the build from predeploy in package.json...

I'm running into this after upgrading my iOS platform from 6.1.2 to 6.5.2. I upgraded the platform in the first place to get my app working on iOS 14. Perhaps...

I can confirm, at least in my app, that this crash happens in iOS runtime 6.3.0 but not 6.2.0. I haven't yet been able to identify why.

My team is also getting this. We are also on Apple Silicon Macs. I did some experimentation with a minimal repro, and this appears to be caused by having both...

Found a pretty simple hack to work around this. All you need to do is make the PDF re-render on app resume. Miraculously, this solution doesn't even flicker. Only caveat...

I'm doing some investigation on this one to hopefully get it working soon. I'm working on iOS first and have found that the exception is caused by `TnsOAuthWebViewHelper` failing to...

Welp, apparently I was on the wrong track - I found an issue with the __assign TypeScript helper in the custom auth provider I recently added. So, I tried rewriting...