Andrew Farkas
Andrew Farkas
`=-3^2` currently returns `9` (parsed as `(-3)^2`) but it should return `-9` (parsed as `-(3^2)`) There's a TODO in a test in `formula/functions/operators.rs` for this.
this is true at least in the styles UI
It's probably faster since it's not trying to be DoS-resistant
If twist duration is nonzero, each frame should step by at most 50% of the animation. This way there is always at least one intermediate frame.
Steps to reproduce: 1. Build `ft_cube:33` (33x33x33) 2. Try to drag-twist each of the outer layers Expected behavior: the puzzle works normally Actual behavior: when dragging some layers, a different...
E.g., `names.set("A", "B", {sep = "_"})` Consider also allowing `names.seq("A", "B", {sep = "_"})`
Unresolved questions: - How to specify? - Should this be allowed in speedsolves?
Examples: - Akkei's Complex 3^3 - Hemimegaminx (identify opposite pieces for hover highlighting)
### Here is [the spreadsheet containing the implementation status of all puzzles](https://docs.google.com/spreadsheets/d/1ZLPhEs0hPCCgCLAV9RlBJXrz4WoV2bIt2yWDM7TV-SM/edit) ## Requesting a puzzle If you would like to request a puzzle that is not already in the...