Jeff Long

Results 284 comments of Jeff Long

Does this only work for zsh, or does it also work with bash?

Since `string_view` doesn't control ownership, what happens when a PMT dict is created from some sort of temporary strings? Is this something the dev will need to be aware of?

Could you keep both `string` and `string_view` to avoid the API change?

It would be backportable if the `make` in GRC used keywords. Otherwise, older versions of 3.10 would not be able to use newer GRC files. _no, that wouldn't work either_...

Since I/O is blocking (otherwise `work()` would spin), and blocks are already threaded, why are we doing ASIO in the first place? I think there was some talk about this...

There was some discussion on matrix (Development) on 6/25 between @mormj, @mbr0wn and @marcusmueller. Raising this same question and saying that the header-only asio library was probably better than using...

Likely permission error. Does the output of `id` include `plugdev`?

This sounds like a great feature. Only comment right now is that if RX and TX streams overlap for a short time during the switch, there will be USB drops...

On an `ubuntu:16.04` container, ran ``` apt update apt install python3-pip pip3 install pybombs ``` with no errors.