Privatecoder

Results 44 comments of Privatecoder

@Juneezee I replaced `uuid` with `crypto.randomUUID` as per suggestion from @weyert and submitted another [pull-request](https://github.com/node-cron/node-cron/pull/360). I think reducing dependencies is always the better option. Let me know if you have...

true, currently this is set to `"node": ">=6.0.0"` – not sure if the maintainers here are willing to increase that to the mentioned `v14.17`.

> Can't the built-in node's `crypto.randomUUID` be used? This indeed works for me so I replaced it and created a pull-request

check [this](https://github.com/vitobotta/hetzner-k3s/issues/102#issuecomment-1233981752) – I encountered the same issue but was able toi run the tool by adding the keys to my keychain

@vitobotta I found the keychain-solution following [this](https://github.com/welaika/wordmove/issues/586#issuecomment-609612250) also [this](https://github.com/welaika/wordmove/issues/586#issuecomment-610913549) might be helpful ``` To get it working against an ssh host with ed25519 key, I had to add launch the...

[no](https://github.com/vitobotta/hetzner-k3s/issues/102#issuecomment-1235706057)

@opsdevit-nl Can you share your config (replace the token) to check? @vitobotta I think the problematic part is after creating the Cluster via Hetzners API which seems to work for...

for me your config shows the following error: `At least one network/IP range must be specified for API access` Adding ``` api_allowed_networks: - 0.0.0.0/0 ``` fixes that. However there does...