Bartlomiej Plotka

Results 247 issues of Bartlomiej Plotka

Hi :wave: I would love to start here a discussion on the possibility for [bingo](https://github.com/bwplotka/bingo) project & community to collaborate closer with @myitcv and `gobin` community. While creating bingo I...

Thanks for the amazing project, hope you don't mind minor reuse and extra usability methods. 🤗 ## Changes * Added methods for working on env slices. * Added tests *...

Technically it's as easy as replace: ``` module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.17 replace github.com/githubnemo/CompileDaemon => github.com/ypresto/CompileDaemon v1.3.1-0.20220406082449-39bc1352dc62 require github.com/githubnemo/CompileDaemon v1.4.0 ``` This works,...

enhancement
help wanted
good first issue

Currently, we install real modules, let's craft something lightweight in git for test purposes instead. This will make test much faster and will not require things like https://github.com/bwplotka/bingo/issues/28

enhancement
help wanted

Thanks @kakkoyun for sharing this: https://go-review.googlesource.com/c/proposal/+/243077/2/design/30515-go-get-b.md

I always need it and always do that manually ): Let's automate!

enhancement
help wanted

We had to skip test even: ``` { name: "Use -u=patch to upgrade thanos package", do: func(t *testing.T, g *goEnv, p *testProject) { if !goVersion.LessThan(version.Go116) { // TODO(bwplotka): Fix. It's...

bug
help wanted

AC: * Add Github Action windows runner to test against windows * Decide how Makefile / variables.env should work on Windows platform, and adjust for windows (e.g. should we support...

enhancement
help wanted

As reported here: https://gophers.slack.com/archives/C01535DF3L2/p1595522898001500 ``` go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.27.0 exec 'go get -modfile=/Users/example/.local/src/github.com/caarlos0/promfmt/.bingo/golangci-lint.tmp.mod -d github.com/golangci/golangci-lint/cmd/[email protected]' exec 'go list -modfile=/Users/example/.local/src/github.com/caarlos0/promfmt/.bingo/golangci-lint.tmp.mod -f={{.Name}} github.com/golangci/golangci-lint/cmd/golangci-lint' go build runtime/cgo: copying /Users/example/Library/Caches/go-build/6c/6ca5db57043262ad56fd407655908d7c87beebaeab956fd7f09b67eec162187c-d: open /usr/local/go/pkg/darwin_amd64/runtime/cgo.a:...