Grant McLendon

Results 12 comments of Grant McLendon

Thanks @dantswain! I'll keep hacking on this as I have time

It is possible to lose messages on node death/crash. We try to avoid this scenario with the back-pressure mechanism. The GenStage pipeline will only consume events if there is available...

Our workaround has been to use the gcloud cli in a github action, however this will require your deploying service account to have some additional permissions ```yaml jobs: job_id: runs-on:...

Rhythmbox version 3 switched to python3. Rhythmbox-gmusic won't work with python3 currently

I've opened a PR (core-types-ts#10) to add basic namespace handling. Since my target use case needs namespaces to differentiate identically named interfaces, I've elected to format namespaces like `ModelVersion.Version`, which...

:+1: to this. I do a lot of remoting into my nitrous box on crappy connections. mosh installed at a system level would make my life easier.

I was able to get Mosh compiled and running, but I wasn't able to connect to the mosh instance on Nitrous box. I ran into problems with Mosh needing to...

It looks like Nitrous restricts udp ports being exposed to the outside world. sudoer privileges seem to be required to open up a udp port. We likely need Nitrous.io engineer...