Alexandre Demode

Results 161 comments of Alexandre Demode

Hi! I'm working on other projects. One of them is that [I'm creating a video game studio](https://spilium.com) ^^ I want to work on the v3, but I need tons of...

Thank you :) I think I will merge that with the existing Upload plugin

Hey! First, I've split your issue into two distinct issues. It will be better to follow-up in the future. To be honest, we had no plan to support that. We...

This is the one-liner to download the latest: ```bash curl -sL -o monitoror $(curl -s https://api.github.com/repos/monitoror/monitoror/releases/latest | grep 'browser_download_url.*monitoror-linux-arm' | cut -d: -f2,3 | tr -d \") ```

Hey! Since Monitoror's first goal is to be a wallboard and not a dashboard, this will not be included in this project. On the other hand, we plan to create...

Maybe one day ^^ We add that to our backlog :) Note for later: https://github.com/drone/drone-go https://docs.drone.io/api/builds/build_list/ https://docs.drone.io/api/builds/build_info/

The project is out since only one month ^^ We are working on some big refactor. After that, we will add more documentation on how to contribute.

Tag: OK, it's already in place, nothing to do I think Master: I don't think it's useful to build master branch Develop: OK PR: x.x.x-pr102-{hash} if we can, as it's...

Which browser?

The issue comes from the fact that I used a non-normalized CSS property: https://caniuse.com/?search=zoom I need to change the way it works, but I can't do that right now.