Adrian Hesketh
Adrian Hesketh
Is this still a problem? There's been a lot of improvements to the vs code syntax highlighting by @alehechka and @sirgallifrey
@createchange - that's how I initially noticed the problem too. ECR's cleanup is bit silly, in that it can be configured to delete "old" containers, but doesn't have any understanding...
So you mean to define the JSON Schema as YAML? Yeah that would probably work. I built the tool simply to reduce the manual effort of converting existing JSON schema...
`arduino-pico` has a good HTTP API that's borrowed from the ESP8266, but all the Arduino libraries are LGPL licensed. * https://arduino-pico.readthedocs.io/en/latest/httpclient.html ```C // Error checking is left as an exercise...
Hi, thanks for trying out templ, and for raising the issue and PR. I've done a review, and it's raised a few things to consider. I'm not familiar with Bazel,...
To clarify, if the go mod check fails, it's just a message on stdout, it doesn't set a non-zero exit code. There was a recent PR to add a stdout...
Thanks for your work on this! Personally, I avoid the use of custom actions in GitHub and prefer to use raw command line tools where possible. This is because debugging...
Would be cool to use the real `go fmt` tool on the code after generation rather than updating the generation. There's a big pull request on, after that's merged would...
Thanks @afbjorklund! Those pointers helped a lot. Commit https://github.com/lima-vm/lima/commit/5756e4cac9f607111cc10d7f6b1f2c7f0bc2c983 doesn't seem to have made it into the main branch, not sure where it ended up, but it looks the same...
Not at all... 😁