Dan Wood

Results 57 comments of Dan Wood

So this is a rough solution I have to meet our use-case: https://gist.github.com/valtism/5a6265b503aa7a7ae2a765f0d11163cf One of the main differences is that this approach no longer relies on exact matching of points...

Revisited this when working on a different project, and noticed that this can be waaaay way simplified. Don't know why I made it so complex in the first place ¯\\\_(ツ)_/¯...

Either of these seem like good solutions to me 👍

Yooo, this is amazing! Just playing with it now but it all feels super nice to use

Something like a retry after x seconds if the join fails would be perfect.

Hey, just letting you know that I am having issues with this. I would like to be able to pass an array of items marked with `as const` into the...

@silviuaavram I tried to make a PR to address this just now but I don't know how to test the types. Running `test:ts` seems to not return any errors even...

Pragmatic DnD is very much focused on using the platform, and the user-experience is tied to that (mobile is finicky). dnd-kit is an abstraction that doesn't use the platform for...

Ah, that makes sense. Would it then be possible to add this data but have each dataset tagged with the the license it is under? Free apps could use the...

CloudFlare uses the same headers file as Netlify. If you want to use this with CF, just set `enableOnStaticPages: { provider: "netlify" }` and you're good