derpston
derpston
Looks like this caused a test to fail, I didn't catch that. I'll investigate and update this later today.
I'd prefer that too, but I think it might involve a refactor of the messy string building code. This seemed like the fastest way to make some progress, given the...
Have you tried using the RecordTrie instead? (same module)
Ah, I see what you mean now, disregard my earlier comment. Yeah, as far as I'm aware it only accepts unicode strings.
I'm using the `usbrevue.Packet` class as part of a terminal tool for converting tcpdump/usbmon pcap dumps into easy to read USB serial device sessions, which helps with reverse engineering. An...
py3k support is on the way thanks to @rmca: https://github.com/rmca/python-v4l2capture/tree/py3k
Sorry about the delay getting back to you. You're right about the race condition. I was puzzled by this because I thought I had fixed it, but it turns out...
Ah, good idea. Thanks for pointing that out! Yeah, I should do that.
Seems reasonable. I'm worried about the inefficiency in doing the string substitution operation for a log message that will almost always be ignored. Can you replace % with , so...