David Clamage

Results 8 comments of David Clamage

@ivanspecht Please provide a dxdiag, preferably as a text file. Run dxdiag and use "Save all information..."

There is a [project](https://github.com/dclamage/SudokuVariantSolverJS) underway to rewrite the solver in typescript along with improvements which will be directly integrated into f-puzzles. You'll just have to be patient as it's a...

I'm a little bit confused because you said you changed it to use `List` but your commit has: `using WeaklinkType = SortedSet;`

Also reported by riffclown: https://f-puzzles.com/?id=2azwjxvs ![image](https://github.com/dclamage/SudokuSolver/assets/10701249/6dd44526-6d65-498d-b378-2d621c12df72) ![image](https://github.com/dclamage/SudokuSolver/assets/10701249/a57d231c-f1ac-4e71-ae13-d7f0e44699f3)

Instead of the change you made, can you try the following change instead? ``` if (window.boolConstraints) { if (window.buttons) { window.buttons.clear(); } window.onload(); } ```

The execution order for the scripts is really inconsistent and sometimes my browser will just randomly change how it does it. It's a delicate balance, but I think the current...