indeedhat

Results 9 comments of indeedhat

I have come across the same problem, until this is fixed i have come up with the following ~dirty hack~ solution ```golang cmd := exec.Command("git", "add", ".") cmd.Dir = workTree.Filesystem.Root()...

I am having the same issue, i was indeed using treesitter highlight but i have disabled it for csv files and now i get no colouration at all. It appears...

Yeah that is what i was thinking too. Im using packer and this is the relevent part of the config. I have tried with the lazy stuff commented out and...

it works with your lazy config but not a bare bones packer one. TBH now that its no longer maintained ive been meaning to swap to something else, maybe this...

I ended switching to lazy.nvim last night and it works fine with the rest of my config so the issue (at least for me) seems to be related to packer

Just to add a little more info into this i am getting the same error on a pipeline that hasn't been updated in 6 months. I did a test where...

the actions we are using: - actions/checkout@v3 - shivammathur/setup-php@v2 - docker/setup-buildx-action@v2 - docker/login-action@v2 - docker/build-push-action@v5 - codecov/codecov-action@v3 None of the on the face of it seem to update python we...

good call, ubuntu-22.04 runs just fine, ubuntu-24.04 gives us the error: [https://github.com/indeedhat/localstack-ci-test/actions/runs/11126549135/job/30916723607](https://github.com/indeedhat/localstack-ci-test/actions/runs/11126549135/job/30916723607)

ive tested it on both ubuntu-24.04 and ubuntu-latest and in both cases it works just fine. Thanks.