David Dios
David Dios
> For consistency the signature should probably be `dereference: (obj: unknown) => PromiseLike`. If I get it right the deref function would be called when an object is a reference...
> It's technically possible to run a query like `*[_type == "author"]._id->` where you will invoke the dereference operation on a non-object. > dereferencing a number?? Oh yeah, that would...
I've found this as the simplest example to show that `disconnectedCallback` wasn't invoked. BTW I'm experimenting with custom elements, just for fun. These elements supposed to be isomorphic, so in...
@jltxwesley versions I'm using (from lock file) are: - `jest 29.2.2` - `undici 5.12.0` In the jest config I use `testEnvironment: 'node'`
Hey @kitten - tagging you as you seem to be the most active maintainer here :) I've just ran into an issue when using `useInsertionEffect` with React 18 and `react-ssr-prepass`....
Hi @moret, author of this middleware here. I think all your questions are valid, and I'm not fully sure what metric I would expect to see on streaming responses -...
This would be really awesome, what I do now as a workaround is: ``` Text text text  Code ```plantuml:image-name -- plantuml code here -- ``` ``` This will render...