Paul
Paul
@aduh95. I'm using my own UI for uppy. Strictly using uppy as the infra so to speak. This was my packages: ``` "devDependencies": { "crypto-js": "4.0.0", "@uppy/core": "2.3.3", "@uppy/golden-retriever": "2.1.1",...
> @paulm17 It's still installing them automatically for you, since they're direct dependencies of `@uppy/[email protected]` rather than peer-deps in 3.x.x. @a-kriya If that's the case. Why am I getting, when...
@aduh95 I did not know that! Works and I'm a happy camper, thanks a lot! 🥳 You can disregard my previous comment, as this change makes it superfluous.
Just want to come at this from another angle. I tried picking this up myself and kept running into issues. So went back with plain old database/sql. I'm practically on...
I've got the exact same requirement. My use case is exactly the same as the following: > I think what's probably better, is knowing the visible groups. https://www.loom.com/share/825e54480da944679de7eae9c74d0cd9
So I finally got around thinking about this again and thanks to @carstenpatzke to providing the solution for me to work on. ``` useEffect(() => { const categoryRanges = {}...
Not sure I have the wrong end of the stick or not. But wouldn't it be better to have another torrent server for the creating and deleting of the torrent...
@kbbqiu many thanks for the follow up.
Thank you. autofocus should really be false on default
My goal for today was to get the sortable tree working. I utterly failed even when presented with a sandbox example. Luckily, I found: https://github.com/Shaddix/dnd-kit-sortable-tree Using that as an example....