Nathaniel Sabanski

Results 124 comments of Nathaniel Sabanski

Can probably disregard this post if further development is in the works, but I'm continually running into `Cannot assign to context base module` after forcing `PYTHONPATH` to the correct search...

Very cool trick with `PYTHONPATH=.`! My bad, not sure what I was doing wrong all those weeks ago, works now with your example. I wonder if we could eliminate needing...

Slightly off topic but I've re-discovered why I'm getting `Cannot assign to context base module` @Fizzadar #### Minimum example: ```py $ cat testo.py from pyinfra.operations import server from pyinfra import...

An option to immediately trigger success of a task is the quick and easy solution that is workable for most users right now, but I'm also open to the idea...

Been thinking about decryption a little more for the wishlist item in the future. There's quite a few ways to decrypt at boot. Thought I'd add my notes here. Non-Interactive:...

> Hi @gnat apologies for taking ages to check in on this one; first up I'd like `ignore_errors` to work as expected here, even if it waits for the SSH...

This project is living in the future: https://github.com/gnat/css-scope-inline Keep the syntax simple and short, friends. I want to see `` return too, but let's try our best to cut down...

As rootless becomes more common, this may solve itself to an extent, but still, gaping security hole for newcomers- this really needs better, sane defaults!

Reminder to people following: ufw is just an iptables wrapper. The issue is Docker installs its own chain at the very start of iptables, which effectively ignores all of your...

The thing I always get hung up with on wireguard-ui is the server `Address=` needs to be `10.10.10.1/24` not `10.10.10.1/32` or wireguard-ui won't let you add clients (IMO, oversight of...