Mahor Foruzesh

Results 15 issues of Mahor Foruzesh

I've packaged your epic themes for Arch Linux and they are available in the [AUR](https://aur.archlinux.org/packages/?O=0&K=juno-)

It would be nice if there was a flag so you could convert an audio or video file to text. At the moment I use desktop background sound as a...

enhancement

There is a typo on line 164 of README.md 163: * lsp_definitions: definitions of the word ... 164: * lsp_type_definitions: ~~tupe~~ **type** definitions of ... 165: * quickfix: [quickfix](https://neovim.io/doc/user/quickfix.html) items

I wanted to know if it's a good idea to automate the AUR package release using this Github action: https://github.com/KSXGitHub/github-actions-deploy-aur It needs an SSH private key, a username and an...

There wasn't a CBZ file preview so I created it. ``` fileviewer *.cbz \ vifmimg cbz %px %py %pw %ph %c \ %pc \ vifmimg clear ```

**Describe the solution you'd like** It would be nice if Neovide had a similar feature found in terminals like Alacritty. The description from https://github.com/alacritty/alacritty/issues/113: > Other popular linux terminals often...

enhancement

In the README there is a broken link to an important note that has been removed on this commit ebafbe1db6fe34dff142bfa74da49b011fa62418. https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/b2e804e977c9cf3dd9c845474752cac142a72508/README.md?plain=1#L88-L90 https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/bc30d7623f13098dbe13defb9883cd32a0814014/README.md?plain=1#L120-L122 This is really a minor issue but I...

Thanks @Syer10 for solving the issue. Related: https://github.com/Suwayomi/Tachidesk-Server/pull/405 I couldn't run the build workflow on my branch without putting a lot of time. Little has changed but to be sure...

Consider adding a way to preserve or suppress whitespace, similar to [Askama](https://djc.github.io/askama/template_syntax.html#whitespace-control). This feature is useful in a situation like the following: ```Python # without whitespace control class User(BaseModel): name:...