-
While trying to [compare GT4HistOCR model performance](https://hackmd.io/@bertsky/Skd2DPyi_) between Tesseract and Calamari, I stumbled over a few peculiarities of Calamari's (superb!) text pre/postpr…
-
We should make sure that everything is always ordered lexicographically.
This would probably be best.
So our n choose k algorithms (e.g. `Itertools::combinations`) should always yield subsets that a…
-
Hi, I want to ask, we have a command where its parameters can be one of the following combinations:
j/ t/ or t/ or j/ (excluding those accepted)
Right now, the exception message is as above. We t…
-
As reported in ticket:27200#comment:14, I makemigrations incorrectly calls allow_migrate() for each app with all the models in the project rather than for each app with the app's models. It broke the …
-
Hello!
Is it possible to assign 2 combinations, for example, to include caps US, and shift + caps include only PL?
-
I'm sorry for easy question but I couldn't make it.
How can I use smart jump ?
What does that mean:
C-; s
Should I press Ctrl, and while pressing Ctrl, first type ; and then s ?
-
- split off from #1338
I think the deliverables here are:
- [ ] identify the combos that should work
- [ ] document that in development-environment.html
- [ ] fix the cases that don't work but s…
-
Hi @AceLewis Is there a way to ask the library to generate all combinations of a given spintax text string?
-
### Describe the bug
When the parsers `lua` and either `vim` or `comment` are installed, neovim crashes when trying to insert any character into a loaded lua file.
### To Reproduce
Have an `init.lu…
yggdr updated
2 months ago
-
I'm using secrets = secrets.concat(combinations(tokens, '!!!!!!!!')); . How do I avoid the program using the same token multiple times in each attempt? It would save a lot of time. Thanks.