Lucas Garron
Lucas Garron
Values from an original i3: B55A035A71A10000000000000000 BAF9CC3FDE666800000000000000 B723CC3FDE666800000000000000 CC00000008666800000000000000 B8A0000008666800000000000000 On subsequent runs, I got `B55A035A71A16800000000000000`, which suggests to me that the data in a frame can contain trailing junk...
> which suggests to me that the data in a frame can contains trailing junk bytes from previous ones Yep, requesting `0xb5` followed by `0xb7` gives: B55A035A71A16800000000000000 B723035A71A16800000000000000 I also...
Yes, I have code to set the state! It's not quite shipped in this library yet, bu you can write to the same channel.
Is there more to do for this issue?
Would you mind sharing the state of the code after you've fixed it up to work for Windows? In general, I would almost certainly prefer requiring something like `bash` to...
> Sometimes Lucas and I don't agree. I think making this code work out of the box for Windows, in a simple CMD environment, has great value, and I think...
> Basic question alert: When talking about Windows compatibility, we're talking about dev usage of cubing.js, right? Usage as a library is unaffected (as someone would just run "npm install...
Alright, I tried copying our CI job to Windows just to see: https://github.com/cubing/cubing.js/tree/windows-ci https://github.com/cubing/cubing.js/runs/3482991778?check_suite_focus=true It looks like it can make it through `make build` using the included installs of `node`/`npm`...
I think that L R and L R' should definitely both animate simultaneously by default, if you click them at the same time or in quick succession. This is needed...
Thanks! Do you know a short summary of what has changed? Mainly the obfuscation, or other parts of the protocol? (I'll read through it in detail when I get a...