Andrew Farkas
Andrew Farkas
mniip said it lags with "just a thousand lines printed"
# Steps to reproduce 1. Open 3x3x3 Rubik's Cube 2. Hide internal pieces, increase facet shrink 3. Left-click on the back of a face Expected behavior: the pieces twist counterclockwise...
We will need to brainstorm 5D twist controls via mouse and keyboard. Hopefully we will come up with a general solution that can also be used in 6D and 7D.
1. Make a new file 2. Drag [this CSV file](https://raw.githubusercontent.com/Hypercubers/hypercubing.xyz/refs/heads/main/leaderboards/solves.csv) onto the grid at `A1` 4. Note that durations import correctly 5. Put this Python code at `I1` and run...
1. Click "File" to open the file menu 2. Move mouse to "View" Expected behavior: the file menu closes and the view menu opens Actual behavior: the file menu closes...
1. Type `a` into A1 2. Press enter to move to A2 3. Type `a` into A2 4. Press tab Expected behavior: move to B2 Actual behavior: 2 spaces inserted...
Right now, Quadratic formulas use `\` as the escape character. [Excel doesn't do this](https://officetuts.net/excel/examples/escape-special-characters/); instead, `"` can be escaped using `""`. And similarly in single-quoted strings: `'don''t'` is equivalent to...
Here's a summary of the behavior we want for arrow key interactions: https://app.quadratichq.com/file/d30ef3b4-cc1d-4341-a203-88d5f7d7106e Feel free to ping me on Slack if anything is confusing or underspecified.
Revisit all `CellValue` operations and ensure that they all handle overflow and other errors correctly. Floating-point ops tend to be infallible already, but date/time/datetime/duration operations may have edge cases.