Stephan Meijer
Stephan Meijer
I don't think it happens very often that a snackbar is closed based on some logic other than user interaction or timeout. So, it would be nice if the `uniqueId`...
I have a dataset that uses `UK` for `United Kingdom`, but that one is absent in this library.
It would be nice to be able to throttle/debounce asyncIterators. This can be used to throttle internal events to an external consumer.
Sometimes when we bench some code, we need to prepare the environment. Think of a scenario like when we try to compare the performance of two different database indexes. The...
This adds a prepare hook, and fixes #12 . I'm not sure about the name, alternatives I've considered were `setup` and `hook`. It allows people to run code between benchmarks....
With `unevaluatedProperties: false`, additional keys `{ [key: string]: unknown }` should not be allowed. The `unevaluatedProperties` keyword is similar to `additionalProperties` except that it can recognize properties declared in subschemas....
### I am interested in helping provide a fix! No ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ]...
Aria-query is currently only publishing the transformed assets to `npm`. This has 2 issues: 1) Modern browsers are using transforms when it's not required 2) The bundle size is larger...
I think it'd be helpful if we had a way to group commands and options, to create sections in `--help`. There's a prior issue to this; https://github.com/tj/commander.js/issues/78, but that's over...
Hi, I'm upgrading testing-playground to manifest v3, and moving from crx-bridge to webext-bridge. I've got things almost working, but one weird thing is bugging me. Messages only seem to be...