Shawn Rutledge

Results 54 comments of Shawn Rutledge

Sometimes it amazes me the degree to which git can avoid conflicts using plain old diff and patch. Of course it's a bit artificial that these old tools treat line...

https://github.com/libvc/rolo has a nice terminal UI but needs all the vcards in one file, apparently. Maybe worth fixing. https://github.com/DarkHobbit/doublecontact looks decent so far, but has a bit overcomplicated UI. https://github.com/mbideau/vcardtools...

I got it working, but I'm having trouble with waitForReadyRead() and bytesAvailable() and such, so just have to do blind reading from the device that QAudioInput::start() returns, and use transactions...

Hmm, I don't see a big emphasis on latency in Qt bugs about the multimedia module: https://bugreports.qt.io/browse/QTBUG-42287?jql=text%20~%20%22latency%22%20and%20component%20%3D%20Multimedia%20ORDER%20BY%20createdDate%20 Do you try to measure latency? How?

I don't know. But I suppose a quote would be likely to end with a period, and a quote could also consist of more than one sentence; so maybe the...

Also the API change broke my existing code, because this is C - the compiler is perfectly happy to pass an int (the decoded character) as a char *, and...

I think 32 bits ought to be enough for a "character" type, at least most of the time, but OK... edge cases are endless. Lemme guess, 64 bits isn't enough...

Of course it works to use block_get, then serde_cbor to parse the data; and it took me a while to figure out how to get rust to convert a byte...

maybe just get dependencies and then build from source? ``` $ brew install libvnc qtermwidget spice-client-glib2 qtermwidget Error: invalid attribute for formula 'f1ash/qt-virt-manager/qtermwidget': version (nil) /usr/local/Homebrew/Library/Homebrew/formula.rb:294:in `validate_attributes!' /usr/local/Homebrew/Library/Homebrew/formula.rb:219:in `initialize' /usr/local/Homebrew/Library/Homebrew/formulary.rb:307:in...

Looks like it's going well. I tried QMK, with all your improvements merged in, and it already works about as well for me on the Infinity as it does on...