Pedro

Results 28 comments of Pedro

I copied `/lib/ld-musl-x86_64.so.1` from `ruby:3-alpine3.18` Docker image and that seems to fix the problem, so it would appear that the problem is related to some change in Musl libc or...

OK, it seems this was an intentional breaking change in [Musl 1.24](https://musl.libc.org/releases.html): > On the API level, the legacy "LFS64" ("large file support") interfaces, which were provided by macros remapping...

I think the use case for that flag is explained [here](https://github.com/getsops/sops/pull/761): some tools (like Terraform) expect the secrets file to have a specific file extension, so the `--filename` allows us...

I just got bitten by this as well. In my case, the model name is used to generate the form ID that is picked up by JavaScript code. Everything worked...

I have the same issue as the OP. I'm using Ubuntu 22.04 and the neovim-qt package in the official repos is too old (0.2.16). It would be nice to get...

This was marked as completed, but it seems it was just the RFC? Where can I follow the actual implementation?

Same here. I tried used Kaniko in Google Cloud Build to get better caching behavior, but it's so slow that it's not worth it. Using `--use-new-run` or `--snapshotMode=redo` does improve...

> Curious, are are you using Buildx with Cloud Build? I tried to, but unfortunately my team is using GCP Container Registry and it doesn't seem to support Buildx cache...

The issue mentioned in the description about looking for maintainers (https://github.com/backup/backup/issues/803) is closed and there were some commits recently, so I assumed the project was active again. If that's not...

> Most likely a duplicate of #2651 Yes, in my case https://github.com/derailed/k9s/issues/2651 was exactly the problem I was having. Setting a `current-context` fixed the problem for me, although it would...