Jonas L.

Results 545 comments of Jonas L.

Would it be possible to have a parameter to overshoot the total length of the block? Based on the abstract of the document, I understand that the algorithm's goal is...

Also, I wonder how random this algorithm actually is? I'd prefer the best randomness and overshoot than be closer but always pick the same tracks. I didn't fully understand the...

Thanks for the detailed explanation! I really appreciate the effort. Sorry that it took me so long to get back to you. I did indeed mix up the different algorithms...

I've had it running in our infra as well, but haven't had the chance to come back to the PR yet. I'll try to find some time soon.

Thanks for the contribution and the patience :)

Are you waiting for the server to be booted and listening for connections before tying to connect to it? I recommend adding the following task at the end of a...

I believe this behavior is somewhat expected, we only want to manage the firewalls attached to the server if they are defined. This is because we also manage firewall attachment...

We are experiencing some issues with the metadata server, so the problem is upstream and not in the terraform provider.

I was able to reproduce this bug using ubuntu 24.04, but didn't had any problems with debian-12. ```tf terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" version =...

We believe that the source of the problem is a race between [hc-utils](https://github.com/hetznercloud/hc-utils), and cloud-init. We have an idea how to implement a fix, but it is not an easy...