univerio

Results 5 issues of univerio

First of all, thanks for the awesome script! I added configuration templates so that it can be managed by the built in Vyatta config system, i.e. so you can do...

Minimal reproduction: ```go package websocket_test import ( "context" "testing" "time" "github.com/stretchr/testify/assert" "nhooyr.io/websocket" "nhooyr.io/websocket/internal/test/wstest" ) func TestWeirdTimeout(t *testing.T) { sConn, cConn := wstest.Pipe(nil, nil) sConn.CloseRead(context.Background()) cConn.CloseRead(context.Background()) go func() { for range...

needs investigation

On my system the board shows up as two distinct devices under `/dev/input`. Due to precarious circumstances, they are `/dev/input/event9` and `/dev/input/event10`, but because xarcade2jstick simply opens the first one...

help wanted

I added a sentinel client, plus dynamic master address support for the normal clients. There's a tiny breaking API change, due to the default parameters on `RedisClientPool` and the fact...

### Reproduction steps: ```sh RBENV_HOOK_PATH=. rbenv exec ruby -e 'system(*%w{rbenv exec bundle install --redownload})' ``` ./Gemfile: ```ruby source "https://rubygems.org" gem "rack", '= 2.2.13' # just some random gem with a...