Paul Bienkowski

Results 121 comments of Paul Bienkowski

Thanks for your suggestion. This requires a plugin system so we can have different captcha modules to handle the logic. A plugin system will be built shortly.

It's not enough to comment out those options. The forms will still try to display the captcha, and fail at doing so. See `forms.py`. As I said, we need some...

I'd be fine with quickly changing it to something easy and later adding options. I have to admit, I like the "I'm no robot" captchas ;) (because of the magic...

Which error code are you talking about? 500?

I have to say, this app contains *mostly* gender neutral and inclusive language, which is refreshing and suprising. Thank you! Looking through it, I just found a few more things...

Awesome, just a two days ago I received the 0.1.1 PCB and today I'm going to solder it and try it out. We should talk about serial output some time....

It doesn't matter where the refresh-token comes from. It will end up in config, so you can feed it through the login "wizard" in the browser or sideload it through...

We're storing the file in the mongodb for now, as a string inside a JSON document -- which is somewhat dumb ;) Probably, mongodb, or our driver for it, doesn't...

I'm considering to rewrite, again, the whole data logic. I am trying to invoke the python (FACE) scripts from the API instead of parsing the files in JS, since the...