Jamie Kyle
Jamie Kyle
- https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API Not sure exactly how best to do this. It seems like you might want to use context to get the scrollable container ref, and then some sort of...
- https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent ```js useWindowMousePosition() // { x: number, y: number } ```
- https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent ```js let ref = useRef(null) useMousePosition(ref) ```
Together these could give us a really solid way of testing Rome's compiler - https://github.com/web-platform-tests/wpt - ~https://github.com/tc39/test262~
Right now ZAP uses ISO 8601 date and time strings for every event: ```js { ... "timestamp": "2018-07-25T23:47:58.102Z" ... } ``` However, as @lox pointed out, "time" isn't very stable,...
Because of the `"id"` format, it is easy to merge together multiple ZAP streams into a single stream simply by prepending all the `"id"`'s in each stream with another number...
In order to make ZAP easy to adopt while many tools don't support it, there should be easy to use converters between formats in both directions. (I went ahead and...
gh-pages
If the documentation was moved into a gh-pages branch it'd probably be a lot nicer. - Allows the README and wiki to be combined - Removes the documentation from the...
Right now if you have a build on master which has side effects (releasing/publishing packages) that needs to push back to master, Landkid introduces a race condition where the Landkid...
Within a "monorepo" there can be dozens of teams working in the same codebase. Subscribing to all of these notifications would get super noisy for a single room. It would...