K3A

Results 10 comments of K3A

You may also try the old way of getting Go software (run outside any go module): ```go get -u github.com/hlandau/acme/cmd/acmetool``` That should produce the binary based on `master` branch.

In the latest Ubuntu docker image (18.04.3 LTS) it is a one-liner.... ``` apt update && apt install -y golang git libcap-dev && go get -u github.com/hlandau/acme/cmd/acmetool && ~/go/bin/acmetool help...

Go 1.6 is probably way to old. You can compile it in the latest Ubuntu docker image like this: ```sh # run interactive docker docker run --rm -it --name ubuntu...

I also suggest their own tab. Here are some screenshots from my use-case from the paid [The clock](https://play.google.com/store/apps/details?id=hdesign.theclock&hl=en&gl=US) app I used before. That app worked pretty well (alarms with labels...

Documentation can be found in Mysql driver docs. It is driver-specific. Please see https://github.com/go-sql-driver/mysql/blob/master/README.md#parameters

It works great, thanks. I don't understand why this hasn't been merged already. I would just add this at the beginning of task for iteration body: ```go if task.Status.State !=...

Sorry to spam but do you have any info when / if ever OCI LBaaS will implement support for source IP preservation? It is sadly the no1 thing which prevents...

It also didn't work for me with Solo NFC key. Additionally there was no option to select a different 2FA like Authenticator. Such option was available while logging in to...

Yes, share please. It may help others. On February 11, 2016 11:35:10 AM PST, BrandonH-LSUHSC [email protected] wrote: > Probably is the case of AD requiring a login first. I did...

That should be fixed now, can you update the plugin to the master, test and report back please?