-
Thank you so much for your work, it's great that tot code is open source.
I want to reproduce your performance on Text, but this problem occurred when I reproduced it. I would like to ask where I s…
-
When I attempt to download The New Yorker crossword dated 2023/02/24
```
python -m xword_dl tny --date 2023/02/24
```
I encounter the following error:
```
Traceback (most recent call last)…
ntwk updated
11 months ago
-
When two words start at the same cell, e.g. words GITHUB, GOOGLE if the 1st letter is considered as a point of junction and GITHUB is to be arranged horizontally with clue no. 2 and GOOGLE is to be ar…
-
I've noticed that every other new puzzle I start creating, the autofill will show the "running" animation (perpetually) but no letters show up. E.g. in a new 5x5 crossword. It starts working again if …
-
Variety crosswords often have a gimmick like "drop a word from every clue before solving, initial letters of dropped words spell out an instruction". It would be helpful if exolve had a column before …
-
Hi, thanks for all your work on this!
I just pulled this repo today and have been having difficulty getting the endpoints to work...
I've refactored it to call a new `v3` endpoint. If you would …
-
Steps for reproduction:
- Create a crossword
- In any box in which you can enter Markdown , type some text surrounded by angle brackets, e.g. ``
- Publish the crossword
Result: Any text inside o…
-
I was thinking about integrating the solver with [Forkyz](https://gitlab.com/Hague/forkyz). For this the solver would need to recognise some intent for launch with a pattern for a word search or anagr…
-
Stopped working on The Week crossword puzzles
-
I created a function to generate a new matrix of letters with new words inserted each time a specific button is pressed. However the Crossword widget only displays the first data it received , it does…