Rui Carmo

Results 132 comments of Rui Carmo

OK, I found it. You are, for some reason, not using the `click` version we test against (7.1.2): ``` piku@piku-debian:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" ...(trimmed)... piku@piku-debian:~$ python3 --version...

Well, the good news is that you can deploy your Flask app with any click version inside Piku, since it will be put into a virtualenv. But Piku right now...

I am looking at using one of the Adafruit mini-LED displays (with buttons) to build a simple way to do that. Waiting for the hardware to arrive.

I got the display, but didn't yet find the time to design and 3D print a suitable enclosure or code some UI.

Hello there. I'd like to add my vote for this, or something similar. I've been maintaining [my own Node-RED docker images](https://github.com/insightfulsystems/node-red) because I need two things: - Control of the...

Two simple comebacks, since I think you’re misunderstanding both the issues you are discussing: 1) s6-overlay is used by hundreds of container images, and a very mature thing. Do check...

I eventually gave up on this and figured out the local driver to my satisfaction, since I needed to use uid/gid mapping and there was no way I could figure...

Just for the record, this is mostly working for me right now (and I say mostly solely because I'm not too happy with the decorator - the adapter itself seems...

I'd love to see this folded into core, since I use either Sanic or Bottle as the core of most of my Python web apps and `authomatic` would be a...

I can give it a try, sure. I just need to figure out conventions and testing. > On 28 Nov 2019, at 14:22, Jens W. Klein wrote: > > ...