Brendan Ball

Results 29 comments of Brendan Ball

I fixed this locally by creating a virtualenv, but this means I had to remove the `--user` from `pip install platformio --user`. imho if you're going to run this outside...

Not sure, I know that the `file` app on linux/mac can detect it. e.g. ``` file test.pgp test.pgp: PGP RSA encrypted session key - keyid: RSA (Encrypt or Sign) 2048b...

We've just moved from peerage to libcluster and were surprised to find out that the epmd strategy doesn't attempt to reconnect. I think the epmd strategy needs to support failure...

I'm trying to mock a GET request without specifying the params that it should match on. According to the example docs: ``` // Mock any GET request to /users //...

This is also the case for `cargo install --path server`. It ends up putting a binary called `server` on your path. So I also think it would be great to...

I've got a [branch](https://github.com/BrendanBall/rkvm/tree/separate_mouse_keyboard_devices) where I've separated the mouse and keyboard into separate devices and modified the supported event types for each and this makes it work on sway. I'm...

After doing some binary searching on enabling ranges of key types for the keyboard, I have found that the issue seems to be trying to enable key types that don't...

My setup has changed so I no longer need rkvm/barrier. I haven't looked at this in a long time, but from rereading this, I believe my branch was just to...

Sorry to hear that :( , hopefully it's getting better now :) . Great. I haven't set something like this up before, but I'll do some research and put something...

I wasn't planning on making so many changes when I set out to add backoff support. Some of the changes I made were for one of the following reasons: 1....