Andrew Farkas

Results 66 issues of 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.

type: bug

this is true at least in the styles UI

type: bug
type: polish
v2

It's probably faster since it's not trying to be DoS-resistant

type: enhancement

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.

type: polish

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...

type: bug
v2
topic: puzzles

E.g., `names.set("A", "B", {sep = "_"})` Consider also allowing `names.seq("A", "B", {sep = "_"})`

v2
topic: lua

Unresolved questions: - How to specify? - Should this be allowed in speedsolves?

type: enhancement
v2
topic: filters

Examples: - Akkei's Complex 3^3 - Hemimegaminx (identify opposite pieces for hover highlighting)

type: enhancement
v2
topic: lua

### 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...

v2
topic: puzzles