Alexey Vyskubov

Results 20 issues of Alexey Vyskubov

The `fen()` function returns incomplete FEN, missing fields 5 ("halfmove clock") and 6 ("fullmove number"). For example: ``` julia> b = fromfen("rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1") Board (rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b...

- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

windows

Hello, thanks for the great plugin! I miss something and would appreciate any pointers. - [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md -...

windows

Please notice that is is different from #2563 and different man colorization bugs where escape color codes are not interpreted. **What steps will reproduce the bug?** This is how `man...

bug

``` Plug 'vimwiki/vimwiki' let g:vimwiki_list = [ \ {'path': '~/OneDrive/vimwiki', 'list_margin': 2}, \ {'path': '~/vimwiki', 'list_margin': 2} ] let g:vimwiki_ext2syntax = {} let g:vimwiki_folding = 'syntax' autocmd FileType vimwiki setlocal...

Windows

## Roswell version uname -a => `FreeBSD eldanna.ocaml.nl 13.2-RELEASE FreeBSD 13.2-RELEASE 525ecfdad GENERIC amd64` ros --version => `roswell 22.12.14.113(eae6e5c)` (cloned and compiled from source) ros config ``` setup.time=3895032873 sbcl-bin.version=2.3.5 default.lisp=sbcl-bin...

Neoformat calls `fantomas` tool with `--stdin` option which is not recognized. ``` ❯ dotnet tool install -g fantomas You can invoke the tool using the following command: fantomas Tool 'fantomas'...

iocage 1.2, FreeBSD 14.0-p2 `iocage console ` correctly reports that the jail does not exist. However, in the case of `iocage console /` (yes, with `/` appended) it crashes with...

``` opam install ocaml-lsp-server [blah] ┌─ The following actions failed │ λ build ocaml-lsp-server 1.15.1-5.0 └─ ``` I believe the relevant error is ` submodules/lev/lev/vendor/ev.c:510:11: fatal error: sys/statfs.h: No such...

I'm using vim-outliner plugin. When vim-polyglot is installed, filetype for `*.otl` files (used by vim-outliner) is empty. Putting `let g:polyglot_disabled = ['ftdetect']` in my `vimrc` brings things back to normal,...