Shenghao Yang

Results 12 comments of Shenghao Yang

Hi @peternewman, Sorry - a litte bit busy with the semester. Haven't forgotten about this PR though, hopefully I'd get more time to work on this in the next few...

Hey @peternewman yeah, I'm still alive - just that it's finals soon :(

I'll hop back on this as soon as finals are over!

Ah, I kinda forgot about this - sorry :/. Will hack on it during the weekend - there's not much left besides the switch from `` -> `` and some...

Just to put in a tidbit of information, maybe using the GPIO character device could be good? No more creating / destroying files to export / unexport GPIO pins, and...

Hey @MagnusHerrlin , you can download patch files for github pull requests: Just add `.patch` to the end of the pull request URL: https://github.com/OpenLightingProject/ola/pull/1680.patch Git should be able to apply...

You can simply download those and supply them to git apply. `git apply x.patch` & `git apply y.patch` `git am` should also work if you want to pull in the...

I went and checked out the 52dz-diy.com website (I'm okay with Chinese) and found this schematic. [image: image.png] Does it match with what you have? The store page that contained...

AFAIK you can't write FixedStrings like String - CH wire format doesn't expect a size header like how Strings are serialized. You'll have to manually write each byte in the...

Well, it does, but it's similar to the discussion for https://github.com/loyd/clickhouse.rs/issues/48 - you'll need to use `serde_with` to ensure the serializer does the appropriate thing.