Ashley Penney
Ashley Penney
I did, and changing it has moved me forward: ``` Properties validation failed for resource Scp with message: #: required key [Type] not found #: required key [Content] not found...
#54 should fix this!
I have tried both: ``` [shell_environment_policy] inherit = "all" ``` As well as: ``` [shell_environment_policy] inherit = "all" experimental_use_profile = true ``` But neither worked - I use https://flox.dev/ for...
> One comment I received more than one time from people approaching us at the booth is that their developers would prefer version metadata (e.g., a Git commit SHA or...
We still see this heavily with 1.6.1. My engineers constantly run into this with Docker builds, and just rerunning the build will magically fix it. At this point I'm going...
+1, this would be very helpful!
I spent some time trying to make test cases to understand this issue better. This was written with the help of Claude.ai, but I was able to reproduce it with...
Also the tests I ran were: ``` package main import ( "bytes" "fmt" "os" "os/exec" "path/filepath" "gopkg.in/ini.v1" ) func printConfig(name string, cfg *ini.File) { tempFile := filepath.Join(os.TempDir(), fmt.Sprintf("ini-test-%s.tmp", name)) err...
Any news on this? I was working through all our deprecations in pytest and stumbled over this. It's been a long time with no activity for an easy fix.
We use pandocfilters==1.4.1 and that exhibits the problem if you need a real world example of this breaking in the wild!