Leo Bergnéhr

Results 16 comments of Leo Bergnéhr

I have the same issue but the only difference I get for mintty (where it's working) and alacritty is `PWD` and `TERM`: ```diff 32c32 < PWD=/usr/bin --- > PWD=/cygdrive/c/Users/some_user/ 52c52...

Had this error and it was due to us running this through cygwin, which shadows the path variable with its variable named `PATH` (all caps). Before running the chef client...

I have a similar workaround as @ProgrammingLife in that I quit Vim, then run `dotnet clean` and then start Vim again. That seems to be pretty reliable and I can...

I think the errors have to do with tool usage. I can -- if I configure it manually in the config file -- tell e.g. claude 4 sonnet through github...

Today claude 4 sonnet works for me without really changing anything. 🤔

Posting the commit message here as well: > Some outputs and parameters are really porter "plumbing". They are used > by porter to implement things, like state or persistent parameters,...

Possibly out of scope, but take it for what it's worth: sometimes you cannot write your mixin using Skelletor, or in Go at all for that matter. In that case,...

My few cents are that mixins and prebuilt images kind of aim for the same end result: a built docker image tailored to the steps of the bundle. I think...

Tested this on the branch and it works great!