Evgenii Perminov
Evgenii Perminov
### Describe the bug `placeholderData: keepPreviousData` doesn't work correctly with reactive queries. It still shows `undefined` when changing keys. ### Your minimal, reproducible example https://stackblitz.com/edit/sveltejs-kit-template-default-fcwhut?file=src%2Froutes%2F%2Bpage.svelte ### Steps to reproduce ```html...
I'm having issues with the code in the playground below - I've tried to do a minimal repro but unfortunately couldn't really pinpoint the issue. The problem is that this...
### What version of Hono are you using? 4.46 ### What runtime/platform is your app running on? Nodejs ### What steps can reproduce the bug? Is there a reason at...
The way it works currently if you specify expected mimeType as something like `image/*` - it will not match anything really. While it would require a more heavy check perhaps...
### What is the problem this feature would solve? Not yielding Streams reports them as Effects ### What is the feature you are proposing to solve the problem? afaik Effects...
### What version of Effect is running? 3.15.2 ### What steps can reproduce the bug? https://effect.website/play/#18a138640989 `Match.type()` with `Match.when([...stuff])` works fine with tuples but inference kinda fails with arrays. ```ts...
### What version of Effect is running? 3.14.2 ### What steps can reproduce the bug? basic issue is that a schema like this gives incorrect types for `Schema.encodedSchema` and `Schema.typeSchema`...