Pres Mihaylov

Results 28 issues of Pres Mihaylov

It would be great if gitmux can be installed via `brew install arl/gitmux` or similar.

improvement
good first issue
release

## Information **VIM version** NVIM v0.4.4 Build type: Release Operating System: MacOS ## What went wrong gopls doesn't work when I make projects in my gopath. When I make them...

bug

### What did you do? (required: The issue will be **closed** when not provided) Given the following source file: ``` package main import "fmt" func main() { fmt.Println("vim-go") panic("err") }...

linear.app is a modern, pretty cool issue tracker which shouldn't be too difficult to integrate with. Pretty good first issue.

enhancement
good first issue

In order to submit this project for some of the curated go projects, we'll need to ensure a decent code coverage report. Currently, we don't have one since our integration...

good first issue

Find opportunities for extending support for programming languages which todocheck doesn't support. If need be, implement support for new comment matchers. Otherwise, reuse some of the existing ones.

good first issue

Find opportunities for integrating todocheck with unsupported issue trackers which are popular & implement the integration. Feel free to open a ticket first in order to verify that the issue...

good first issue

The most tedious part of using `todocheck` is that when someone closes an issue as they assume it's done, all future todocheck CI steps start to fail as there are...

enhancement
epic

the output for `// TODO 2: a closed issue` is: ``` [ { "type": "Issue is closed", "filename": "main.go", "line": 5, "message": "" } ] ``` in this case, the...

bug
good first issue

Currently, the json output includes only part of the info specified by todocheck's output for closed issues. E.g. the output for `// TODO 2: a closed issue` is: ``` [...

enhancement
good first issue