Rui Carmo

Results 132 comments of Rui Carmo

I have a few ideas about how to do this without uWSGI, might get something going soon. IN the meantime, I'll see if I can bump us closer to Python...

Nodeenv will only work if you get the environment variables right - I don't use it myself since I stick to LTS from nodesource (and don't do all that much...

Oh, you probably didn't notice my thumbs up. I'm OK with it.

Hmmm. Doesn't quoting work? I haven't had a lot of need for this kind of setting, but quoting should work...

Just checking here: You want your script to only run at 11 AM on Sundays? That's quite specific, and takes a week to test for (although it looks to be...

I think that is due to the limit check in https://github.com/piku/piku/blob/master/piku.py#L270 - I'm testing if 7 > 7, which is of course wrong, but would explain what you're seeing. Just...

Ok, no. The check is actually working OK, but I can't reproduce this with the line you provided: ``` >>> from re import match >>> CRON_REGEXP = "^((?:(?:\*\/)?\d+)|\*) ((?:(?:\*\/)?\d+)|\*) ((?:(?:\*\/)?\d+)|\*)...

Hi there. Maybe check the encoding on those files as well? Wouldn’t be the first time I’ve come across non-whitespace blanks in UTF-8.

Hi there! Can you tell us the following: - Rasbpian version - Python version - output of `pip show click` Thanks!

Hmmm. That is all recent versions, and a good match for the Ubuntu baseline. I see no obvious reason for the error, am going to try to reproduce it.