-
When attempting to run the wordle code, I get the following error:
ValueError: array is too big; `arr.size * arr.dtype.itemsize` is larger than the maximum possible size.
I think this may be an …
-
Maybe add something to solve quordle?
Technically the wordle solver can be used to solve quordle as well, but there's probably more efficient ways of doing it.
cpaca updated
2 years ago
-
```
PHPUnit 9.5.13 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.2
Configuration: phpunit-report.xml
Warning: No code coverage driver available
Solver (Chevere\Wordle\T…
-
https://github.com/PoorLazyCoder/Wordle-Solver
-
I'm trying to run the Wordle solver, and when I run `scenes.py InitialDemo` I always get an error about not being able to find manimlib. From what I know I have everything I need, so I have no idea wh…
-
In particular German was suggested.
Also Latin (though I don't believe Wordle supports Latin yet, but I bet we could PR that one too : )
-
https://github.com/jason-chao/wordle-solver/blob/84560269535f42a80fa4b84ffed4e9411627cb3e/english_words_original_wordle.txt#L2315-L2316
-
Have tried out your interesting code and adapted it to Swedish. Getting the following error when trying 'Game Assist' mode:
GAME ASSIST ACTIVATED
---------------------
Traceback (most recent call…
wabee updated
2 years ago
-
hey mysticuno, really enjoyed your wordle solver! I had the same idea to make one of these to try out some javascript/html and had made my own version before looking at available google extensions and…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/register or @babel/node
### Input code
``` ts
console.log("hello");
```
### Configuration file name
babel.conf…