Mattia Dalzocchio
Mattia Dalzocchio
@ldeffenb Thanks, I didn't know about this migrations. Is there a ETA for this?
@aloknerurkar Actually.. I was just checking the api docs: https://docs.ethswarm.org/api/#tag/BZZ/paths/~1bzz/post Here it says that `swarm-deferred-upload` is true by default. So is the doc wrong or is it actually a bug?...
This is the `vite.config.ts` that should fix it: ```ts export default { server: { headers: { "Cross-Origin-Embedder-Policy": "require-corp", "Cross-Origin-Opener-Policy": "same-origin", } } } ```
Hi @r1tsuu. It's funny, this morning I tried again and it didn't show the 404. I noticed that the document is still created automatically. I can see 2 versions created...
Same problem here, but it's related with the radix slider not the scroll area. If you comment out the slider in your demo the scrolling works.
I realized the problem wasn't the slider (at least for me). My problem was with `useSliderPreview` preventing touch events: https://github.com/vidstack/player/blob/f1a6bcbb063751b1340b8a52969f84a610a7c481/packages/react/src/hooks/use-slider-preview.ts#L57 This is the code I used to PATCH it: ```ts...
I noticed that when the drawer content is too small it's not working properly. I took the same example code from this page: https://vaul.emilkowal.ski/snap-points#snap-to-sequential-points and removed the bottom content of...