Jeff Sisson
Jeff Sisson
Watching the Peer to Peer Web stream yesterday (nice work on that!) I was struck that it wouldn't be terribly difficult for Hypercast to pump out an m3u/mpd playlist file...
This branch introduces support for emitting coverage information as collected by Puppeteer workers. I've taken some liberties with how this is supported in the CLI, the main requirement being that...
Hi! I've been tinkering with adding support for Javascript coverage within Storycap. [Here's my fork's branch which (mostly) works with some of the `e2e.sh` examples](https://github.com/reg-viz/storycap/compare/master...saranrapjs:coverage). This uses an updated version...
Hi, I'm working in a fork where I'm playing around with tweaking the logic for bicycle costing. One of the things I'd like to try out is to see whether...
i stumbled upon a remaindered case where the SRS wasn't set properly (with the net effect that this was getting placed somewhere off the map)
Hi, I'm a big fan of hyperdrive and hypercore! I've been playing around with the newer hyperdrive API's and they're really cool. Is it possible to write a file onto...
### Summary I'm trying to use `makeWrapPlansPlugin` to try to check `context()` values before allowing some plans to execute. I'm trying to do this in a way that may or...
### Summary The `id: ID!` values produced by the `NodePlugin` and the `NodeIdCodecBase64JSONPlugin` plugin are not URL-safe. This means, if I wanted to use these ID's as part of a...
**Describe the bug** When running multiple long-running mise tasks, when one task exits with an error code, the parent mise process will exit — but other spawned tasks which hadn't...
We've seen an issue where rendering a widget decoration into an empty ProseMirror node with an associated react-prosemirror NodeView causes an infinite loop: the NodeView's `update` hook is called before...