Valentin

Results 92 comments of Valentin

[drm2.txt](https://github.com/swaywm/sway/files/13054577/drm2.txt) was captured on the tty before starting sway. [drm3.txt](https://github.com/swaywm/sway/files/13054578/drm3.txt) was capture after starting sway. The monitor reported 8 bits while it was captured. I will try to capture an...

I have probably the same issue. Documented in more detail here https://github.com/jagrosh/MusicBot/issues/1087 . If I understand this right lavaplayer is shipping it's own native library that will be embedded in...

This kind of thing was also reported in https://github.com/hyperium/hyper/issues/2649 (didn't see before making this issue).

Fixed on 0.14.x by https://github.com/hyperium/hyper/pull/2790 .

The problem the previous message describes is caused by https://github.com/seanmonstar/warp/issues/518 . Failing to deserialize the body results in a Rejection and cors headers are not applied to rejections.

This was very confusing to me. You can only delete entries if you navigate to them in the main navigation view. If you navigate to an entry using the search...

I experience this issue on an up to date Arch system with the Arch package. Same error as described in OP. For me it happens within 5 seconds on startup...

On an existing profile I get the same error as OP with `broker_posix.cc`. On a fresh profile I get ``` ERROR:ssl_client_socket_impl.cc(982)] handshake failed; returned -1, SSL error code 1, net_error...

On my system this was fixed by unsetting `--ozone-platform-hint=wayland` in my electron config. I use this setting to make electron use wayland. This is likely an electron + wayland issue...