Rick van de Loo
Rick van de Loo
standalone cli tool like genkeys/main.go that uses the address.AddrForKey function to convert a pubkey to an IPv6 address. ``` $ go run main.go . IP: ```
Hi, I've been messing with yggdrasil this weekend and there are some questions I've been wondering about. My use case is that I run a bunch of VMs in my...
We just got an email from DigitalOcean stating that they will change their [Floating IP API endpoint](https://developers.digitalocean.com/documentation/v2/#floating-ips) starting the 26th. Functionally this shouldn't break in libcloud but the fixtures for...
Previously this used to return a list of strings of versions  perhaps the API changed?
There seems to be some kind of routing issue that appeared in the current version, running 'vagrant up' on a new box after updating to 0.1.9 results in an unreachable...
There seems to be a system requirement on MySQL 8.0.30 for Akeneo 7. https://github.com/akeneo/pim-community-dev/blob/e3c673cadb5613b606b74e51d4631db34b3b9cc3/src/Akeneo/Platform/PimRequirements.php#L28 This results in: ``` ERROR | Install MySQL greater or equal to 8.0.30 and lower than...
same as https://github.com/jackfirth/racket-mock/pull/19 but for check-mock-num-calls expected-num-calls before: ``` test that displayln is called 2 times FAILURE name: check-mock-num-calls location: /home/vdloo/.racket/6.2.1/pkgs/jack-mock/mock/private/check.rkt:11:4 params: 2 # Check failure ``` after: ``` test...
Don't really have an issue but just wanted to post this here in case someone runs into the same problem and is googling for an answer. Deploying the [Magento 2.4.0...