Simon Flack

Results 9 comments of Simon Flack

Presumably related... In the documentation under accessibility, it says: > use `native` variant. Accessibility improvements on styled variant is in-progress. I am adding `variant="native"` and I still cannot open the...

> Do you have an example of some other CLI that accepts multiple globs? I rarely need such a thing and would like to take a look at the prior...

I'm currently working around this with an override in my eslint.json to disable that rule for `*.typegen.ts`

I have a use-case for this. I have 2 machines that work fine standalone: * An auth machine handling login, logout & refreshing tokens * A separate machine which decides...

This is working for me on Android without issues without any additional props: https://snack.expo.dev/@simonflk/select-a11y-comparisons I do have issues with Voiceover/iOS combination however

I'm experiencing the same problem. It's a total blocker, unfortunately. @torfmaster where are you putting `bypassCSP`? Are you modifying `element` modules directly?

This would be great. A few extra thoughts: * Ability to set the changelog at the point of upload, or via an API call so that we can set it...

Somewhat related to this issue is this question I asked over on the discord: > My team finds Sentry Replay an invaluable tool for fixing bugs and making our product...

@futzlarson to be clear, this isn't local - it's a deployed production app using [CapacitorJS](https://capacitorjs.com/) Internally capacitor opens a webview configured to look a `localhost` which is serving static files...