wajrou
wajrou
The code should be documentation of itself. When code needs more comments then it's signal to refactor it (rename the variables, split the code into functions and more classes, change...
Looks same as https://github.com/Querz/mcaselector/issues/282 and `--output` is required for `--mode cache` but doesn't work on Linux too.
Still doesn't work in v2.3. `--output` is required (and is created if it doesn't exist) but ignored. - OS: Fedora 37 - Java version: ``` openjdk 17.0.8 2023-07-18 OpenJDK Runtime...
Just change `const DEFAULT_SIZE = 15;` to your prefered value in **cross.js**. Or `Crossword(12, 23)` at `let xw = new Crossword();` for non-squared 12×23 crossword (in **cross.js** too).