Joshua Dean Küpper

Results 6 issues of Joshua Dean Küpper

## Bug Report ### Description When I tried to upgrade a control-plane-node from version 1.0.6 to 1.1.0 (also happened during the upgrade from 1.0.5 to 1.0.6), the control plane node...

**What happened**: Even though the username for the redis connection can be configured and is considered within [the code](https://github.com/googleforgames/open-match/blob/v1.8.1/internal/statestore/redis.go#L235), it is not actually used. It always assumes the user `default`....

kind/bug

### 🐛 The bug When opening the OpenGraph module of the devtools, only the preview is shown now in fullscreen. If the window gets smaller, the details become visible again:...

bug

### Requested Feature I'd like to have an event that is even triggered before the protocol version check here: https://github.com/PaperMC/Velocity/blob/5154f029108e3d3ba804b9d4555903347f2376c2/proxy/src/main/java/com/velocitypowered/proxy/connection/client/HandshakeSessionHandler.java#L127 ### Why is this needed? So that incompatibilities in the...

type: feature

### Expected Behavior I expect the callbacks to be triggered just like the `PlayerResourcePackStatusEvent` works. There should be invocations of the callback for any change. ### Actual Behavior The callback...

type: bug

I've added the kotlin(jvm) gradle plugin through api and server patches in my fork of Paper. This worked fine for every version I included so far, but did break now...