Pau Ramon Revilla
Pau Ramon Revilla
### Describe the bug This is what's happening: ```js const scheduled = createScheduled((fn) => debounce(fn, 10_000)) const debouncedIsDirty = createMemo((prev: boolean) => { const current = isDirty() return scheduled() ?...
It looks like `StorageManager#persist` is not available on Web Workers. https://github.com/nextapps-de/flexsearch/blob/c28f52c09b7aa60ea57ffb2d5fbb4f6a3366cada/src/db/indexeddb/index.js#L87
While using indexdb, doing a search blows up randomly with this.db.transaction is not a function. It smells like it might be a race condition with this? https://github.com/nextapps-de/flexsearch/blob/master/src/db/indexeddb/index.js#L359 I'm currently indexing...
I'm using pnpm workspaces and trying to require the configuration from a dependency and it breaks. ```ts // sanity.config.ts import { defineConfig } from "sanity" import { config } from...
I have a pretty simple code that loads an image from a url and does a resize/crop. But when the url points to an avif image, then `new_from_byteslice` chokes with...
HMR broken
### Describe the bug I think yesterday's release of 5.1.0 broke HMR. If I use unstable_mode: 'inlineCssInDev' it works, though. ### Reproduction Just update to 5.1.0 and HMR stops working...