David Konsumer
David Konsumer
I wrote a [js library](https://github.com/konsumer/rawproto) that can show a reasonable representation of arbitrary protobuf, without proto file, and even try to guess the proto SDL, so you can use it...
I am knee-deep in some heavy projects right now, so it will probably be a bit before I have time to work on it. If you want to quickly try...
@pimterry I just published a new version that lets you specify a "value callback" which is useful for these situations where the field could be several possible things (we were...
@emrovsky using the wire format requires basically guessing the schema. Pretty much every type could be several different types in schema and there is no way to get the field-name....
@kirk86 Nah. I dropped the project, and it was like a year ago I couldn't get it to work in python3, with no response.
I am working on a project that I hope to use it in, so I am happy to lend a hand.
maybe this should be a question for `rem`?
I am not a maintainer of this project, but I found it so useful, I'd like to help. Did you have a look at [the demo](https://github.com/audio-lab/gl-spectrogram/blob/master/test.js)? At the bottom is...
Not sure where you got it or your os/distro (you should always include this kind of info for troubleshooting), but I see "Kali" in screenshot, and I noticed kali repos...
I started looking at this, and by doing `if device_name.contains("M8")` for the device-check, it seems to find it more often. I still don't get sound on my Mac x86_64, but...