Thomas Biesaart
Thomas Biesaart
I have the same issue. I need to process tens of thousands of entries yet my api can only handle about 100 entries at a time. So I would like...
I don't think this will do it for me because it requires me to have a huge amount of memory available to keep all the tasks in memory. I have...
I have the exact some issue on Mac. I installed using the official Mac package installer. ``` % go version go version go1.14.4 darwin/amd64 % $GOPATH/bin/goconvey 2020/07/18 11:20:21 goconvey.go:61: Initial...
My test case: 1. Install go using the Mac package installer 2. Create a go module: `go mod init testcase` 3. Create `main.go`: ```go package main import ( _ "golang.org/x/net/websocket"...
My workaround is to NOT install go locally but allow goland to download the go sdk to my home folder.
I'm running into the same issue. I'm getting two errors (probably related):  All I did was: 1. Upload a .drawio file 2. Open it I could create a user...
What about this example? ``` Program Title Usage: my-program command --flag= Options: --flag= Some nice flag (env: MP_FLAG) [default: 3] ``` And then docopt could use the `MP_FLAG` variable.
@guettli that could work. In my example, I would have triggered on `(env: XXX)` just like `[default: XXX]`
Thanks for all the changes btw. I really appreciate it.
I would like to but I have no experience creating Jenkins plugins so it's going to take a while. Is that okay? (A while meaning multiple months)