Vladislav Shtepin

Results 18 issues of Vladislav Shtepin

## Is your feature request related to a problem? Please describe. Every time i run `PlugUpdate` on Windows it fails to replace `bin/languageclient` file. The reason is that on Windows...

help wanted
good first issue

HIE: Version 1.3, Git revision e61670f75f6e1218bc4c8024a3359d9a134c121d (3874 commits) x86_64 ghc-8.6.5 Stack: Version 2.1.3, Git revision 0fa51b9925decd937e4a993ad90cb686f88fa282 (7739 commits) x86_64 hpack-0.31.2 Nvim: NVIM v0.5.0-453-g685468057-dirty With Coc as LSC Repro: 1. Create...

Given following `Test.hs`: ``` module Test (nonExistant) where ``` HIE produces: ``` "diagnostics": [ { "severity": 1, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 1,...

type: bug
can-workaround

### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description So I've found out that some TODO items...

feature

### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description Just a suggestion. I've noticed that at least...

feature

Issues a warning for class method that doesn't use class fields Inspired by [TSLint rule](https://palantir.github.io/tslint/rules/prefer-function-over-method/)

type: enhancement

I'm not sure why QCBOR API was designed to treat tags as if they're attached to an enclosed items instead of the other way around but this makes decoders for...

Using diagnostic-nvim with lsp-config 1. Have a line with an error on some symbol 2. Get cursor on the symbol 3. Execute `lua vim.lsp.buf.hover()` 4. Diagnostics popup dissappears 5. Popup...

Adds a configurable option whether to add or not a space between type and its constructors in imports. Example: ``` -- fourmolu --space-between-type-and-constructor false import Foo (Bar(..), (.!)) import Quux...

new config option

Seems like cddl is unable to validate any CBOR binary that uses non-standard simple values, instead producing ``` Validation of "filename.cbor" failed error parsing cbor: unassigned type at offset X...

bug
cbor
dependency