Lucas Garron

Results 788 comments of Lucas Garron

By the way, https://github.com/cubing/scramble-display/tree/main/src/parsers includes the parser definitions for ``.

Using the current twisty.js, no. I'm actually currently discussing with @rokicki about what puzzle format to use for v2, where we're converging on something ksolve-like.

I presume you mean `TwistyAlgEditor`? In general I need to still make a whole bunch of fixes, which are all really annoying due to async code interacting with sync code....

My instinct is that this is a big footgun — everyone should be using unpredictable, fully fair and random scrambles. There are lots of historical examples where someone thought they...

Thanks for the PR! It definitely matches the style of the existing code, although I'm not sure this is the right place for it. Is your goal to set the...

Take a look at https://github.com/cubing/alg.cubing.net/tree/v2/twisty/alg ;-) I think it has everything you have have that isn't specific to cubes, but I'm happy to have help or suggestions for what directions...

> For battery level write "0xB5" to AAAC, then the AAAB characteristic (you are listening for) will report a value starting with B5. The next byte is the battery level...

I think `0xb7` is firmware edition: my GiiKER app shows firmware version 39, and the first byte after `0xb7` is `0x27` == 39. Still don't know what `0xba` is.