Tom Sherman

Results 234 comments of Tom Sherman

On the React Native docs there is a "See all" link at the bottom of the results.

I've started hacking around on this, my approach right now is: - Create an `Eval` module that uses a `Worker` under the hood - `Eval` exposes a state machine for...

Nice, would be interested to hear about the trade offs between iframe vs worker execution! > Now I need to figure out how to eval the code as the user...

Another solution is to remove proptypes altogether, a more forward thinking approach instead of continuing to use a deprecated feature.

You can use React 18 in 0.69 but you cant use concurrent features without enabling the new architecture.

I've logged this because it affects our app. I believe it to be a valid feature request, if you disagree then feel free to close it 😄 Also, if there...

No expectations, this is OSS after all 😄

This library will need to update to the new architecture in order for you to use concurrent features. See #162

Just want to clarify what should happen if `Deno.permissions.request()` is called when `--no-prompt` is set: the promise should reject with a `PermissionDenied` right?

Ok I think I misunderstood, the linked PR instead just returns denied in this scenario.