Gregor Billing
Gregor Billing
This is the first step towards unifying all of the different "You have unsaved changes. Be sure to save them!"-style forms into a common React feature set. Do not fear...
See title. The database sanitizer rules for the CAD tables were dated February 2017, at which time we were still running lots of PHP. Now we even have a very...
Turns PayPal into a first-class citizen of the WCA payment gateway ecosystem. Massive changes to the code, but actually not that massive changes to the flow. Mostly just shuffling code...
Preliminary implementation of PayPal webhooks. Completely untested because PayPal doesn't have any "convenience" integration tools for testing like Stripe does (yay `Stripe CLI`) and it's harder to simulate actual events....
When presented with scrambles of length 4, the `Search#solution` method sometimes comes up with unnecessarily long results: `Lw2 F2 R' 3Fw` solved as `F2 B' Uw2 U2 F2 D F2...
Using the scrambler from https://github.com/cs0x7f/cube555 with some minor adjustments (mostly for inverting solutions). **The code has not been officially reviewed or sanctioned by WST or WRC at this point!** Contains...
Based on a discussion about allowing 5x5 misscrambles, which pointed us back to https://github.com/thewca/tnoodle-lib/issues/17 Currently, this scrambles all layers that have centers using 3x3 random state scrambles from outside to...
Instead of focusing on List Items that imitate the existing overview down to the precise CSS classes, I think a table (as in, an actual HTML table element) makes more...
(See below for original post) - TNoodle replacement requirements - [ ] https://github.com/cubing/twsearch/issues/22 -------- ## Original post Hey there! Reaching out via GitHub Issues, but feel free to move this...
When using your solver from the command line, it prints... 1. the scrambled 5x5 state 2. the reduction moves 3. the reduced three by three state. At least I _think_...