timsu92
timsu92
### Checklist - [X] I am able to reproduce the bug with the [latest version](https://github.com/TeamNewPipe/NewPipe/releases/latest). - [X] I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed)...
#### Requirements *Firstly, this is an issue about the Wiki, not the program.* In 'Usage' section of the Wiki, there's [Powerline Setup](https://github.com/ryanoasis/vim-devicons/wiki/usage#powerline-setup). The last sentence of this part is the...
## Component Versions - **Video2X release version**: nightly, downloaded version 02/24 - **Upscaler version**: - **GUI version**: 2.8.1 - **CLI version**: ## Symptom - While it was upscaling the second...
## Version - [fzf]: 0.33.0 installed using Git - [fzf-git.sh]: commit e44dfb3 - [bat]: 0.21.0 installed using `bat_0.21.0_amd64.deb` - OS: Ubuntu 22.04.1 LTS on WSL2 - Terminal: Windows Terminal ##...
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf (I'm using [0.33.0](e03ac31)) - [x] I have searched through the...
**What's the output of `:CocCommand pyright.version`** ``` [coc.nvim] coc-pyright 1.1.269 with Pyright 1.1.269 ``` **What's the output of `:CocCommand workspace.showOutput Pyright`** ``` Workspace: /home/tim Using python from /home/tim/.local/share/virtualenvs/tim-ys9FBRsU/bin/python [Warn -...
- [x] Please include the raw text output from git, so that we can reproduce the problem. ```diff diff --git a/.vimrc b/.vimrc index d8f197e..fc088d4 100644 --- a/.vimrc +++ b/.vimrc @@...
Currently, there's no wrap to the code. So, if the code is too long in width, it will be wrapped by terminals to the next line, which is in the...
See #484 for the background. Fix: #383, Fix: #452 Close: #484 Co-authored-by: @Nealium