Pres Mihaylov
Pres Mihaylov
It would be great if gitmux can be installed via `brew install arl/gitmux` or similar.
## 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...
### 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.
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...
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.
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...
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...
the output for `// TODO 2: a closed issue` is: ``` [ { "type": "Issue is closed", "filename": "main.go", "line": 5, "message": "" } ] ``` in this case, the...
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: ``` [...