Tom Sherman

Results 234 comments of Tom Sherman

This could also be related to #1013 and #1068

Also the first party mastodon web client already has this.

> There is no way to delete images while composing a toot When you hover over the image a cross appears in the top right.

Can you create another issue with a screenshot?

Figma have published how they built their secure plugin system: https://www.figma.com/blog/how-we-built-the-figma-plugin-system/ IMO this is a nightmare can of worms not only from a security perspective but also from maintenance perspective....

@machour see you changed the issue title from "Access to data/location on LinksFunction" and while I agree with the data portion of your response, what about location? Could remix pass...

Hey! FYI this code no longer works in v1.10.0. I haven't found a solution yet unfortunately.

There is an async context proposal but it's pre Stage 1 https://github.com/legendecas/proposal-async-context It also appears that Cloudflare will end up shipping a similar API in workers https://github.com/cloudflare/workerd/pull/208

For Response specifically it may be worth getting this changed on the React Native side. I don't understand why they're including their own one here 🤔

> When there is no form submission in progress, the optimisticArr always returns the initial state provided to it. I think this is an expected behaviour of useOptimistic. Or rather,...