Jean-Thierry BONHOMME

Results 12 comments of Jean-Thierry BONHOMME

This can be achieved with the terraform "local_exec" plugin like this taking advantage of the `.public_ip` variable. The idea is to create a text file during provisionning (ie inventory) to...

Hi Richard, There is no issue in cds. The problem comes from the dependecy 'github.com/xanzy/go-gitlab' which is imported in version 0.7.5 (2018/01/29) in CDS. The go-gitlab lib encapsulates all its...

Hi Landon, Yes it does: ```sh $ docker run -v "$PWD":/src -w /src vektra/mockery:v2.3 --name=IControler 12 Nov 20 09:04 UTC INF Starting mockery dry-run=false version=2.3.0 12 Nov 20 09:04 UTC...

Landon, I installed mockery with the `go get` command, and it worked: ```sh $ go get -u github.com/vektra/mockery/v2/.../ ... $ mockery --name=IControler 12 Nov 20 10:07 CET INF Starting mockery...

And calling directly the brew installed binary worked too: ```sh $ /usr/local/Cellar/mockery/2.4.0-beta/bin/mockery --name=IControler 12 Nov 20 10:08 CET INF Starting mockery dry-run=false version=2.4.0-beta 12 Nov 20 10:08 CET INF Walking...

+1 Regarding the documentation, even after converting a date into timestamp/Unix time (e.g. int64), the only possible comparison can be made on integers. Any chance to add more query operations?

OK, you mean using createFromBlockArray instead of CreateFromText ?

OK, it could be a great way to bypass it ! Let me know if I did right, I have the same problem with an initial content like: ``` const...