David Clamage
David Clamage
Can you please provide a dxdiag? Thanks.
@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  
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...