Tomáš Pospíšek
Tomáš Pospíšek
> We don't have a dedicated maintainer for the project, and that's probably why all this new functionality is still unmerged. > > That said, I'm always trying to support...
> I would not hold my breath for this getting fixed any time soon, or ever. It's a deliberate choice of the underlying musl libc implementation to not support DNS...
Fix for k8s (this is an example for a Deployment - adapt accordingly for Pods etc.) ``` apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: template: spec: dnsConfig: nameservers: #...
> Well, restarting FF solved my problem… thinking rofl Same for me. Non of the other suggestions above brought me any further, except for restarting FF. It's FF 78.11.0esr (64-bit)....
> You forgot to set a name for your installation > > `helm install wave wave-k8s/wave -n wave-system` Yes, or use `--generate-name`. My suggestion is to add `--generate-name` to the...
@AlexsJones I'd suggest to open a new ticket. I think this is not the same problem as the origial one in this thicket.
I'm not sure why "fork and edit" wouldn't actually commit my change, whatever. Here it is: https://github.com/tpo/rails-widgets/commit/9d366b9aad0165401af9e891660fc1a1e069bc2a
@ilu33 isn't this a duplicat of issue #50 ? Maybe you would like to close this issue in favor of #50 to reduce the chaos? And if necessary comment there?
So as far as I understand, in order to have a append-only that is safe against a borg client that has become malicious: * set `--append-only` * in order to...
Hi @df7cb > Hmm, true. On my laptop, the first one returns `eth0`, while the new one returns > > ``` > eth0 > wlan2 > veth1 > ``` >...