Matthijs Langenberg
Matthijs Langenberg
Just ran into this as well. Can confirm that switching back to IRB mitigates the problem. When you run `include Rails::ConsoleMethods` in the console, the methods are available again. ```...
Thanks for documenting your workaround @nhocki :+1:
Looks to be almost the same. ``` $ which python /usr/bin/python $ python --version Python 2.7.10 $ which python3 /usr/local/bin/python3 $ python3 --version Python 3.7.0 ```
Why hasn't this PR been merged yet? 😮 I've checked out @neepl's branch and it works perfectly for decrypting a Synology Cloud Sync backup! For me, not having an open...
Coincidentally I am also tinkering with Terraform, Tailscale and Hetzner, trying to create new server instances that are by default only reachable via the tailnet. I ran into the same...