Mirko Buholzer

Results 5 issues of Mirko Buholzer

Thanks so much for implementing the boilerplate, very helpful! **I saw that in the dynamo cache the existence of the token is not checked:** ``` const newRefreshToken = (data) =>...

Looks like the Octoslack plugin is looking up the slack.com DNS name around twice a second. Any idea why that is? ``` 17:15:24: query[A] slack.com from 192.168.1.22 17:15:24: cached slack.com...

Any hint on how I need to convert the buffer from AVAudioNode installTap so it is compatible with whisper.cpp? https://developer.apple.com/documentation/avfaudio/avaudionode/1387122-installtap I tried simply to convert it to an array: `Array(UnsafeBufferPointer(start:...

I understand that _acks is keeping track of acknowledgement's and that they are removed from _acks as soon as an acknowledgement successfully comes back from the server in the onData...

enhancement

For Socket.io servers that require user/password or oAuth, a callback should be exposed for applying the (proper) credentials. Exposing request headers might be sufficient as a first version. See also...