Matteo "triex" Suppo

Results 11 issues of Matteo "triex" Suppo

If I provide a missing image the deployment is sent to kubernetes, but it fails. Is there a way to detect that it failed?

While working on the API I noticed that everything would be much simpler if we Used a logger like https://github.com/Sirupsen/logrus

Since a rewrite can cause more problems than solutions, we'll incrementally refactor the project to achieve v2. The goal is to have most of the communication to be done with...

topic: documentation

It's a common issue: https://playground.arduino.cc/Linux/Debian

type: enhancement
os: linux

At the moment the ca is removed as soon as a connection https is established, but we could actually keep it in place if we remove the private key. This...

type: enhancement

We are using http://socket.io/ but only for its reconnections. We could leverage the concept of events in order to have a clearer API. For example: | Event from the client...

type: enhancement

This project would probably benefit from a refactor. We could organize the code in different packages: **main**: starts things up, manage the daemonization **server**: manage the http and websocket server...

type: enhancement
type: support

In our use case we have to deal with lowercase environment variables, such as `http_proxy`, used also by wget. It would be great to have a global option to parse...

If my comment contains bullet points the markdown generated is strange: ``` golang // - first bullet // - second bullet ``` generates: ``` markdown - first bullet - second...

It happens only sometimes that it deletes files that it shouldn't. For example just today in the logs we had: ``` Uploading "/drone/src/github.com/matteosuppo/reference/public/en/index.html" with Content-Type "text/html; charset=utf-8" and permissions "public-read"...