Mat Simon

Results 116 comments of Mat Simon

@mraleph I'm not sure I understand. Are you recommending this approach to be used by me, or is this something you suggest should be implemented to allow for this functionality?...

Ok I see. So it's more of an implementation detail then? In that case, would it make sense to add private fields for that, that are nullable, and wrap them...

Can confirm. A simple setup also shows it: ```html {{status.valid}} {{status.errors}} ``` This shows that the `status.valid` is false and that there is a `required` validation error, but the select...

Still happening :( Since this hasn't been fixed in a year, I guess that angular is not a good choice if you want to target iOS?

Is there any chance that this could be implemented soon?

Because Apple sign in is possible on all devices and platforms. Otherwise you would be locked out on Android devices if you created your account with Apple Sign In. (Many...

This is a pretty old issue, but maybe there are new ideas and views on how to handle this now. I understand the reasoning behind @nex3 not wanting to make...

Mh... maybe I'm missing something, but this is from the docs: > This is most useful on server-side functions where you cannot log the user in, but have access to...

The workaround described here didn't work for me. **EDIT**: Actually, the issue was that I didn't have a direct dependency on `@xstate/svelte` so svelte couldn't properly preprocess the package. After...

Possible duplicate of #1904