dzikoysk

Results 142 comments of dzikoysk

Hmm I see one thing that is kinda problematic. Bundle size is x2 bigger than it was before: ``` ? 987 modules transformed. rendering chunks... build/frontend/reposilite-frontend/index.html 1.70 KiB build/frontend/reposilite-frontend/assets/index.395dd189.css 51.59...

Yeah, we've used highlighting library, because in the earlier version of 3.x we had configuration editor in `Settings` tab, but since we've replaced it with forms, it's no longer needed.

This exception occurs when there's not enough space in your volume, so Reposilite simply can't write to fs, so this issue is slightly beyond its possibilities. Could you try to...

Reposilite stores files in mounted volume, not in the container itself, I wonder if it could be related to this issue. I'm not sure what your UI means by just...

Sure, let us know if you'll find out sth. We've experienced a lot of people having hard times with pterodactyl, in the end they've mostly moved to other solutions/pure Docker.

> > > In September we can celebrate 4 years since this issue was open and still hasn't been resolved. Kinda sad to see such an issue unresolved for 4...

If anyone still interested in a library based solution, here is the implementation that covers all dialects that support queries with upsert functionality: https://github.com/dzikoysk/exposed-upsert * Implements all dialects that support...

I see there are some links to open-source projects, so I can also mention one more - I'm using React Flow in a read-only component on the Reposilite's landing page:...

There's no need to introduce coroutines to the main module imo, because it can be implemented as a plugin. Support for coroutines is not only about adding random `suspend` keyword...