Joe Pea

Results 1897 comments of Joe Pea

It seems like a pain that `DOMMatrix` is left-handed Y down, while GLTF (and Three.js, etc) are right-handed Y up. How can this be solved? What if we introduce a...

What's interesting about HTTP/3 is that people will make ESM CDN servers that can server-push module graphs to clients and possibly beat bundlers, and this highly aligns with Deno's vanilla-esm-and-importmaps...

@keywizzle a couple things we need for this PR: - [ ] better description, describe what this does - [ ] unit test to make sure we catch a regression...

I think this is fixed by now, you should be able to clone the repo no problem, then `npm run fresh` to bootstrap it (install dependencies and link projects together),...

# Possible Solution Revisited This problem can easily be solved by adding a new APi like `ChildObserver` which - is concerned only with the equivalent of `MutationObserver`'s `childList` option (in...

The one thing that was excellent about DOM Mutation Events is that reactions were always in order (in their case, because they were synchronous). Going async is great, but maintaining...

Haven't tried it yet, but this allows to run on different architectures include ARM64: https://github.com/uraimo/run-on-arch-action

Here's a video showing the issue: https://user-images.githubusercontent.com/297678/224135023-6bc4b96a-042b-4f43-845d-f9fac7aa1e64.mov

This seems to be a harmless error. After first-run shows this error, then `~/.z` exists and the `z` command works.