David Dios

Results 8 issues of David Dios

## Work In Progress! This is just a proof of concept yet. **Migration tool** I replaced the raw JSON files solution to a similar one (https://github.com/typicode/lowdb) which stores all the...

critical

Usually for accessibility reasons we need to generate IDs for DOM elements and reference those IDs via e.g. `aria-labelledby` attributes on other DOM elements. Implementing a custom deterministic ID generator...

feature request

## 🚀 Feature request ### Current Behavior I have to install `mini-css-extract-plugin` in order to make Razzle 4 work. ### Desired Behavior Razzle 4 is usable without `mini-css-extract-plugin` if the...

I noticed that the `nock.Options` type is missing the [`conditionally` function](https://www.npmjs.com/package/nock#conditional-scope-filtering). I wasn't 100% sure what is the type of the expected return value, as [interceptor.js](https://github.com/nock/nock/blob/546e2819e038548de8e8bab6f9a3fb3093d56ff7/lib/interceptor.js#L299) just checks `!this.scope.scopeOptions.conditionally()` so...

As the [High performance GROQ](https://www.sanity.io/docs/high-performance-groq#1b743110f831) mentions, resolving references can be really slow when using a large dataset. I ran into an issue where querying a list of documents can result...

I found that `disconnectedCallback()` doesn't get invoked when removing a custom element from the DOM. To be honest, I don't really know what behaviour should I expect here: - diffing...

enhancement

I'm using groq-store in a Node server and I'm wondering whether I can get some additional useful information out of that. What I'm thinking is really basic, like "dataset was...

triaged

I noticed this typo, great docs otherwise!