Ivan Uhalin

Results 16 issues of Ivan Uhalin

I don't know if this is possible, but if so, it would be good.

enhancement
help wanted

I didn't find how to pass `PassedFiles` as inline parameters in the README, so went to source code and found this [function](https://github.com/editorconfig-checker/editorconfig-checker/blob/d243b14ec3643aad59735d94ab24b248b62c7c2c/pkg/files/files.go#L72). It would be great to add handling between...

help wanted
good first issue

After upgrading from [v0.7.7](https://github.com/vanyauhalin/lefthook-command-0.7.7) to [v1.0.4](https://github.com/vanyauhalin/lefthook-command-1.0.4), lefthook stopped resolving module paths. Maybe I'm missing something.

- feat: markdown-it-anchor as local plugin - feat: script for handling anchor

It would be great to add colors for warning and error foregrounds. ```settings.json { "editorWarning.foreground": "", "editorError.foreground": "" } ``` ## Versions - VS Code: 1.60.0 - Theme: 2.2.3

enhancement

This PR will be imported into Gerrit with the title and first comment (this text) used to generate the subject and body of the Gerrit change. **Please ensure you adhere...

Hi Paul. A few days ago, GitHub announced [their custom font family](https://monaspace.githubnext.com) that supports texture healing. I've never seen this technique before, but it looks really interesting. What're your thoughts...

enhancement

Hi Eugene! I just wanted to say that your library is awesome. I've a request. Would it be possible for you to add the `makeObject` option for the Stringers since...

enhancement

## Setup ```sh $ cat go.mod module main go 1.21.4 require github.com/alexflint/go-arg v1.4.3 require github.com/alexflint/go-scalar v1.1.0 // indirect ``` ```sh $ cat main.go package main import ( arg "github.com/alexflint/go-arg" )...