Fionera

Results 65 comments of Fionera

The Problem is that the Paths on Gentoo are completly different like `/usr/lib64/xorg/modules/drivers/nvidia_drv.so`

I would love tho see this happen. In the best case with a mapping of provider role name => group. I sadly dont know how the wikijs Codebase works and...

@aelgasser I already implemented assignment for it for oidc https://github.com/requarks/wiki/pull/5568

I have a big library I cant just mount with rclone and I would implement my own driver for it then anyway. If its wanted, I could take a look...

The Library I want to use and index currently has over 20 million songs and is over 500TB in size. Its split across multiple s3 buckets and not sorted in...

> Wow! Are you trying to launch your own streaming service? LOL! Nah not really, I am just experimenting with some open Storage Systems and want to access them over...

What do you mean with non-go? The coraza-proxy-wasm project is still written in go an can run the e2e tests by calling the entrypoint. Regarding api stability, I would just...

Yes but I would like to call these cases directly to have the correct test names etc.

I replaced the ApplicationStarter from SpringShell with a Lifecycle Component. That helped too and is better suited for the task :)

I disabled spring shell and made this class to start it. https://github.com/CleanstoneMC/Cleanstone/blob/master/src/main/java/rocks/cleanstone/console/InteractiveShellLifecycle.java