John
John
Hey there! Thanks for all your work on this package. In my angular project (using `strictNullChecks: true`), I was running into a type error coming from ng-snotify within node_modules. Initially,...
I'm just looking at this repo for the first time, but I noticed a typo in the README. [`string.size()` should be a method but the readme renders it as a...
### [REQUIRED] Describe your environment * Operating System version: macOS 12.4 (though the reproduction is running inside a devcontainer) * Browser version: Google Chrome 103.0.5060.134 * Firebase SDK version: 9.9.2...
## Feature request ### Overview Currently, the Toast package adds an event listener to the document for managing hotkeys internally. https://github.com/radix-ui/primitives/blob/3e5644edadcded918db177368c3fe9654ce9885f/packages/react/toast/src/Toast.tsx#L169-L170 I'd like the ability to disable this so that...
At the moment, miniflare supports testing durable object stubs. However, I'd like to instantiate a durable object class and unit test the non-`fetch()` methods. At the moment, this is accomplishable...
Attempting to construct an instance of `DurableObjectState` inside a jest test in a project using typescript fails with the following error: ``` Jest encountered an unexpected token Jest failed to...
## This is a proposed documentation improvement *I would submit this as a PR to the wiki "detailed installation instructions" docs, but I can't see a way of editing a...
**Summary**: `ApolloClient` is a generic class which expects a `TCacheShape` type argument. When using `Hermes`, that cache shape type (appears to be) `GraphSnapshot`. **Expected Behavior**: `GraphSnapshot` should be exported so...
_Note: what follows isn't something I have time to implement at the moment, but I wanted to record the idea for possible future use._ Idea to improve polymorphic association handling:...
After working on the neo4j-core `.union` patch, I wanted to keep up the momentum. This PR contains proposed `ActiveLabel` API updates. The main change from what you had (I think)...