Robert Clayton

Results 15 comments of Robert Clayton

As an update to this, I ran into trouble with Xvfb and/or electron trying to get at my NAS's bluetooth device, which would cause a crash due to Dbus blocking...

Guys, I have the same bug here, and it began with a markdown parser change. Have you changed parsers, @groundh0g ? The below works okay for me with the default...

> 1. Jekyll treats posts as first-class pages (not collections) > 2. Jekyll processes other collections first, then _posts (2-pass render) > 3. Jekyll ensures {{ x }} and {%...

If anyone stumbled on this from google like I did, it's not as badly wide-open as we were assuming. I dug into the code looking to patch the logging function...

Correct, there is not one, but there is a flood control function built into the application's login flow, see the linked function.

X-Forwarded-For is recorded properly in the functions where IPs are recorded, I verified that when testing the above as well. I'm running inside-out to a fully qualified subdomain. My internal...

Nope, when I run it one folder up from "installer," using the absolute path to install.cgi... ``` * Attempting to create .dada_config file... * Problems creating .dada_config file: HTML::Template::MyExpr->new() :...

Thanks! In the meantime, if anyone else lands on this, ansible docs to the rescue... [Its failure modes can be explicitly defined](https://docs.ansible.com/ansible/latest/user_guide/playbooks_error_handling.html#controlling-what-defines-failure), so I just tested this again with two...

This is all for a disaster relief non-profit, I'm putting together a set of deployment scripts for their purposes. Google will turn them up under "operation airdrop." They do disaster...

Had the same issue, found the fix in a fork.... https://github.com/diurnate/wagtail-personalisation/commit/84da669fdc089ffc67e5fb39dc0ee147d8f63aa8#