yekta
yekta
## Description Infix hits rank lower than prefix regardless of the `query_by_weights` parameter. I think this is problematic. Let's say I'm indexing documents with `title` and `body` fields. I have...
**Describe the bug** The check in `@walletconnect/socket-transport/dist/esm/index.js` is causing issues in some environments (I'm using SvelteKit + Vite): ```const WS = typeof global.WebSocket !== "undefined" ? global.WebSocket : require("ws");``` The...
I'm getting an error with Vercel's edge functions + SvelteKit and a library which does a dynamic require of the "crypto" package. It doesn't cause errors on Cloudflare Pages or...
I have a Drawer navigation setup with React Navigation (swipe edge width is set to the full width of the screen). In one of the routes I use Pager View....
I think long file names are causing an error. After suspecting it I tried the exact same file with random letters added to name (a very long string) and it...
This is by far the most useful 3rd party Flutter widget I came across so just wanted to thank you, brilliant and simple. Sorry for abusing the issues...
### Describe the bug I'm using @tanstack/svelte-virtual. With masonry type grids total size (`.getTotalSize()`) seems to be based on all other row heights + the height of the shortest item...
### Which packages did you experience the bug in? extension-bubble-menu ### What Tiptap version are you using? 2.1.8 ### What’s the bug you are facing? Bubble Menu closes briefly when...
In the setup below, `deckData` is coming from the `let:data` of a parent component, which is also a ``. I'm wondering if this setup supposed to update the `{data}` when...
It would be nice if you could add an option to not over-scroll even when there is an offset, if limits of the container is reached. Sometimes there is a...