HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mazatta

no profile record

comments

mazatta
·5 ปีที่แล้ว·discuss
This is one of those things that I always assume other Python developers know about, but often don't.
mazatta
·5 ปีที่แล้ว·discuss
I've had luck with Proxmox and this Terraform provider: https://registry.terraform.io/providers/Telmate/proxmox/late...

Other than a working Proxmox install, you'll need to create a cloud-init template, which is documented here: https://pve.proxmox.com/wiki/Cloud-Init_Support
mazatta
·5 ปีที่แล้ว·discuss
No, Arrow is much more than parsing/formatting.

Each Arrow object has a `shift` method, which is how you can add or subtract units of time. Greater/less/equal comparisons work exactly as you'd expect them to.