Giovanni Toraldo
Giovanni Toraldo
https://github.com/twitter/bootstrap
With [latest](https://hub.docker.com/layers/infinityworks/github-exporter/latest/images/sha256-454f4daa18b9b7aaa4941efe32403ecfdd6c2d2458d77f5bab5d93d48f9da7c1?context=explore): ``` time="2021-08-03T15:05:59Z" level=info msg="Fetching https://api.github.com/orgs/repos?per_page=100 \n" time="2021-08-03T15:06:00Z" level=error msg="Error scraping API, Error: Error: Received 404 status from Github API, ensure the repsository URL is correct. If it's a...
``` {"level":"info","msg":"Initialising capture of metrics","time":"2021-09-29T07:52:59Z"} {"level":"info","msg":"Gathering metrics for GitHub Org cloudesire","time":"2021-09-29T07:52:59Z"} {"level":"error","msg":"Error listing members by org: GET https://api.github.com/orgs/cloudesire/outside_collaborators?per_page=100: 403 You must be an owner of this organization to list outside...
## :frowning_person: Problem Statement Running `kitchen converge` with ssh transport takes a couple of minutes to copy files over ssh on my setup. ## :grey_question: Possible Solution Make something like...
Hi, it looks like that in the latest release of sshj, the groupId of the artifact has been changed to _com.hierynomus_, but the library maitains the old package naming of...
Hi, I was trying the EC2 driver against the OpenNebula EC2 implementation, and I am getting errors parsing dates: Caused by: java.text.ParseException: Unparseable date: "2013-02-14T17:53:20+0100" at java.text.DateFormat.parse(DateFormat.java:354) at org.jclouds.date.internal.SimpleDateFormatDateService.iso8601DateParse(SimpleDateFormatDateService.java:154) The...
It would be nice to update to acme-client v2 in order to support wildcard certificates
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When declaring a yaml file as target, after a successful apply,...
Looking at the code seems that http requests to telegram api are synchronous, meaning that in case of network latency or errors it will lag the execution. It would be...