Ivan Ermakov

Results 12 issues of Ivan Ermakov

Compute column width based on current window width, so `column_width` = `screen_width` / `column_count`.

enhancement
pondering

I try to configure `Ctrl`+`j` to be left arrow key (`LEFT`). To do this I apply this configuration: ```` from xkeysnail.transform import * define_keymap(None, { K("C-j"): (K("left")), }) ```` It...

Feature idea: when the mouse is moved and the cursor appears, place it in the middle of the screen so the user always knows where it will be.

Therefore is impossible to get Dialogs in a proper way using searchDialogs()

Implement dependency caching for CI builds. [example](https://kodimensional.dev/github-actions) here.

enhancement

Example: ``` Wordle 237 X/6 ⬛🟨🟨⬛⬛ 🟨⬛⬛🟩🟩 ⬛⬛⬛🟩🟩 ⬛🟨⬛🟩🟩 ⬛🟨🟨🟩🟩 🟨🟨⬛🟩🟩 ```

enhancement

Original Wordle progress can be fetched from the localstorage: ``` localStorage.getItem('nyt-wordle-statistics') '{"currentStreak":11,"maxStreak":11,"guesses":{"1":0,"2":0,"3":1,"4":3,"5":5,"6":2,"fail":1},"winPercentage":92,"gamesPlayed":12,"gamesWon":11,"averageGuesses":5}' ``` This can be used to transfer progress from original version to the terminal one

enhancement

enhancement

Any revealed hints must be used in subsequent guesses. Only count word valid if it contains all of the guessed letters.

enhancement

It would be nice to specify default playback speed in uYou settings, e.g. 1.5 or 2.