Michele Sorcinelli

Results 68 comments of Michele Sorcinelli

I understand. Right now the only way is to restart the systemd service or run the command manually (as root user): ``` $ TURN_GPU_OFF_ONLY=1 /usr/bin/nvidia-xrun ``` Maybe you can hook...

Same happens with vim-surround, if you press `u` then you can't use `.` anymore after to repeat an action (e.g. `cs"'`)

The regression is caused by 46f02a8ba7c9c3bf00854f4e8904712c52a19839, according to `git bisect`. I tried to revert the commit (fixing conflicts on best of my knowledge just to get it to run) and...

When it came out, Docker Desktop v4.17.0 was ok, but something has changed (not sure exactly what) and now docker-mac-net-connect fails to connect to the daemon socket in the Linux...

It's working again for me with Docker Desktop v4.19.0 Edit: tried again later and getting: ``` ERROR: (utun0) 2023/05/04 10:49:17 Failed to setup VM: failed to pull setup image: Cannot...

This is still happening in Helm 3.9.0, I can use unmanaged repos with `helm dep update` but I get an error message `Please add the missing repos via 'helm repo...

> The workaround is to use larger instance type e.g., 4xlarge Does this just reduce the chance of the issue happening? As I understand, a bigger instance will also have...

The current pod ENI feature in the VPC CNI addon makes use of a node resource called `vpc.amazonaws.com/pod-eni`, and an admission webhook that modifies pods using security groups to request...

Is using [prefix delegation](https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html) to increase the number of available IPs per each ENI a valid workaround for this?