Geoffrey Brown
Geoffrey Brown
Perhaps I'm missing something, but when I view your demo there's a blank slide between each slide. I don't see anything in index.html that suggests this was intentional. ``` Presentr-version...
The following is for proto3. Suppose I have a message type foo and another message bar message bar { int32 a = 1; foo b = 2; } and in...
For tutorial material it would be nice if the terminal mode also had an option to print the prompts as in ``` >>> x = [1,3,3] >>> x[0] 1 ```...
I had expected a delay of N for a filter of length 2N+1. With the slowfir implementation that's what I get; however, the fastfir implementation seems to have an unexpected...
When opening paperless app if there is a connection issue I have to force the app to restart. This is a frequent issue because I use cloud flare warp to...
### Description If the app fails to reconnect it currently hangs and it is necessary to forcibly stop it. It would be nice if there were more graceful behavior. I...
I've been using the generated message size fields as a compiler check for static buffer allocation. I'm curious why the following does not have a generated size field. In other...