Rustem Mussabekov
Rustem Mussabekov
As you can see, Bitwarden implemented their own workaround for this Firefox limitation. I don’t plan to add special behavior just for one browser, sorry.
Hello! I do not understand, can you share more details?
@RokeJulianLockhart This issue is specific to Firefox. The background sometimes extends randomly, not just when the cover modal appears. No idea how to fix it—any suggestions are welcome!
Description field now always visible
Recently Svelte introduced [hydratable](https://svelte.dev/docs/svelte/hydratable) - as solution to overcome double fetch. Please consider removing this warning message or at least detect that hydratable is used and not show it.
I’m using hydratables to build a custom data-fetching library without remote functions, and this warning suggests I’m doing something wrong, even though that doesn’t seem to be the case. I...
I do not understand, can you share more details?
No it's not related to `broken links`. Can you share URL of such bookmark?
You mean [this feature](https://help.raindrop.io/browser-extension#search-from-address-bar)? Ctrl/Cmd+enter is working. But Shift+enter is not for some reason. We do not control this behaviour, seems like a browser limitation
This is definitely a bug. Errors thrown inside remote functions are only caught properly on the client side. ```svelte let { children } = $props() {@render children()} {#snippet failed(error, reset)}...