Jannik Clausen
Jannik Clausen
Hi, great package. We use it a lot. We recently decided to add the logger to our file-server. We noticed that streamed responses with bigger files result in all chunks...
I have an remote OSC-Server which cends state information back to a client. I cannot seem to find a way to listen for a reply for a msg sent by...
I was in need to: 1. Cancel dial -> added context.Context 2. Close connection without it trying to reconnect -> added CloseForever() Some of you or your users might need...
Currently I do it this way, but find it rather unclean: ```go for { if !ws.IsConnected() { time.Sleep(time.Second * 2) continue } // Do stuff with connection } ``` One...
Currently: ```dart final r = await client.post( '/auth/token?cred=something%20with%20spaces', body: { 'email': _email, 'password': _password, }, ); ``` I propose: ```dart final r = await client.post( Uri(path: '/auth/token', queryParameters: {'cred': 'something...
Hey there. I just switched from omx-player to vlc and am getting a lot of freezes. Roughly every other rotation of the artliveshow vlc just hangs somewhere in the video...
When building with docker `docker run --privileged -t -v "$SCRIPTPATH/src":/distro --device /dev/loop-control guysoft/custompios:devel build` i always end up with the attached workspace tree.  The file `aptcache/archives/partial` is owned by...
#### What were you doing? Starting chromium in signage mode like described in `start_chromium_browser`. #### What did you expect to happen? The `{serial}` in the url i defined gets replaced...