jotch
jotch
An expandable list could work, but not with the categories themselves being links too. I would very much prefer an expandable list of links over the current situation, though.
Would you like me to rebase to resolve the conflict and change the target branch to `next`?
Another option to consider instead of post-processing away all the `:is()` selectors is to try including the prefixed versions. That would bring support from ~90% to ~97%, but it would...
How should `jq` be installed if it wasn't found? Their site says run `pkg install jq` as root, but I don't know if installing something for a user is a...
Sorry, where in the spec does it say something incompatible with `Map`s? As far as I can tell, the spec actually places no restriction on map keys, so the *current*...
> BigInt is not compatible with 64-bit ints What? Of course it is, we even have wonderful methods on `DataView`s like `.getBigUint64()`. This is the only proper way to support...
For the patience duration, would this be configured in minutes, seconds, or a string like `"1m30s"`? Should it warn and fall back to 2 minutes if the config is invalid,...