Jeremy Loy
Jeremy Loy
https://pkg.go.dev/testing@master#T.Setenv This new function added in 1.17 sets env vars and automatically cleans them up
I didn't realize until after using this library for a few days that `supertest.Test` (the return value for `.get`, `.expect` etc) extends `Promise` after a few generations of inheritance. This...
https://pkg.go.dev/github.com/discord/lilliput I think it’s because this repository’s version tags are missing PATCH. e.g. v1.2 should instead be v1.2.0 instead, pseudo version numbers are automatically getting picked up by the module...
My project (A small, ~8 endpoint express app) uses typescript compiler file watching (`tsc --watch`) and `nodemon` for local development. The combination of these two processes running outside of docker,...
The OCI specification lacks a strict definition of valid tags. I believe that image tags should support the full semver specification. To be clear, I am not saying all tags...