Dennis Neufeld

Results 75 comments of Dennis Neufeld

Currently working on creating a docker image and a self updating docker-compose config for FredBoat (keep an eye on #382 for details). Not sure if that would supersede this issue,...

I say throw stuff at the database and see what it can handle. With the current setup I'm only worried about memory. This is Java, you always worry about memory...

I think it's a reasonable proposal. Since the server is the single point of truth for the volume, there should probably be a way to grab it. A REST that...

>removes the need to use the youtube api How so? Do you expect Lavalink to conjure the channel and thumbnail out of thin air? Or is your suggestion to implement...

A small update: This appears to still be an issue. Some people were discussing this on one of the Discord servers today, though unfortunately none of them willing to set...

There are several JVMs that work fine with the oshi-free branch, see https://github.com/Frederikam/Lavalink/pull/191#issuecomment-498454100 Using one of those for development should be good enough. I personally don't think it makes sense...

I believe with the version now including the api, the result should be versions like: $BRANCH $BRANCH-$API $BRANCH-$API.$MAJOR $BRANCH-$API.$MAJOR.$MINOR.$PATCH $GIT_HASH_SHORT

As a follow-up question, I'm wondering, what the behaviour is for keys that are _updated_ after executing an async flush command. Is there a chance the updated key/value will be...

Seeing the same problem here, replaced a real file with a symlink. Tried excluding the file in the Gradle sonarqube config but no luck so far. This should be easy...

Do you happen to also have the stack of the thread that's holding `0x000000076aa73278`?