Pascal Patry
Pascal Patry
Same issue for me. In some (rare) cases, I'll be able to play some retake games, but most of the times, it simply crashes the first time it shows up...
Here is a patch that fixes the issue by removing the prevent handler on onTouchEnd(). Index: web/touchscroll.js =================================================================== --- web/touchscroll.js (revision 5168) +++ web/touchscroll.js (working copy) @@ -639,6 +639,8 @@...
@bmizerany, llama.cpp's `json-schema-to-grammar` already ensures that the order is being preserved by using `nlohmann::ordered_json`. These PRs were opened in the past and kept the original key ordering while still relying...
This is resolved on the main branch.