Alexey Radkov

Results 7 issues of Alexey Radkov

I found that moving cursor in Normal mode is painfully slow in my auto-generated TeX files with long wrapped lines because of `CursorMoved` autocmd from the context plugin. My first...

notice that record fields and regular type signatures are already fine (in definitions of `haskellRecordField` and `haskellTypeSig`), before the fix I'm getting ![haskell-vim-before-fix](https://user-images.githubusercontent.com/1219667/125323074-14700180-e347-11eb-9d1e-50ee14663b9f.png) after the fix it gets correctly highlighted...

I want to use this library with custom allocator (Nginx pool allocator) which substitutes `pcre_malloc` and `pcre_free` function pointers with custom functions. Currently, *pcre-ligh*t calls `finalizerFree` unconditionally, which makes my...

I use following _pandoc-vim-syntax_ settings: ``` vim let g:pandoc#modules#disabled = ['menu', 'spell'] let g:pandoc#syntax#codeblocks#embeds#langs = ['vim', 'tex', 'sh', 'cpp'] let g:pandoc#formatting#textwidth = 80 let g:pandoc#folding#fold_fenced_codeblocks = 1 let g:pandoc#folding#fdc =...

**Describe the bug** This is not a bug but rather a short remark. The *3.10.3.0* release was announced as *strictly a bug-fix release*, but, comparing to *3.10.2.1*, there are changes...

type: bug
needs triage

See details [here](https://www.erlang.org/doc/general_info/removed), the removed functions were replaced by proposed erlang functions which existed since very early releases and had the same behavior (I tested that ```erlang %%% ... erlang:integer_to_list(X,...

Docs annotate some Collection filters wrongly. ```haskell -- [@reverse :: Collection -> Scientific@] -- /See/: Text.'Data.Text.reverse', Vector.'Data.Vector.reverse' -- -- [@head :: Collection -> Scientific@] -- /See/: Text.'Data.Text.head', Vector.'Data.Vector.head' -- --...