ilvez

Results 20 comments of ilvez

I have same issue with 1.19.1. I'm sharing one folder between Linux and Windows machines. Directory was in sync and everything was fine. I wanted to move directory in Windows...

Is there any follow-up to this issue? I searched RGeo repo and didn't find anything, maybe I missed it. I'm currently struggling whether this should be solved in RGeo or...

When driver was installed with Helm, I used this command to update image: ``` kubectl -nkube-system set image deployment/efs-csi-controller liveness-probe=public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.6.0-eks-1-18-17 ``` Your setup may vary -- namespace, deployment name. EDIT:...

The issue is still in the latest chart. I managed to fix it with downloading the chart and replaced sidecars.livenessProbe.image.tag ``` sidecars: livenessProbe: image: repository: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe tag: v2.6.0-eks-1-18-17 # v2.2.0-eks-1-18-13...

I also would like to see this feature. Currently we have implemented our own script to do this stuff, but it's really naive and creates `# rubocop:todo` comments globally for...

I get no annotation completion when trying to develop Micronaut app. Seeing this same list as in OP. Language server 1.3.1.

Was working with Ruby 3.3 and could not build the project, so did those small changes and now project builds without errors. PR: https://github.com/pbhogan/scrypt/pull/88

I found that fork of this gem has solved those issues: https://github.com/drwl/annotaterb I understand fork was done since this gem is unmaintained quite a long time now (2 years without...

Not sure if this would work for you but similar issue and my solution: https://github.com/ctran/annotate_models/issues/969#issuecomment-1932514512

I don't know about this, for me it worked (only relevant code of deployment description): ```yaml apiVersion: apps/v1 kind: Deployment spec: template: metadata: labels: dataset.0.id: "example-dataset" dataset.0.useas: "mount" ``` Tested...