Laurent Demailly
Laurent Demailly
> > The string nowUTC is a bit odd - I am wondering also if the format is a bit arbitrary, what if I want to insert unix timestamps or...
We could have a couple of variants and use templates with a function map also but it wouldn't be fully dynamic (kinda by design of template safety)
Btw one way to do extensibility could be https://github.com/ldemailly/go-scratch/blob/main/plugin_example/extensible_main.go
We all can get busy (me too!), no problem, just curious @tomParty if you plan on getting back to this?
Looks like it's done now - just need to be closed? https://github.com/containerd/console/releases/tag/v1.0.4
meanwhile I found this workaround but it's... not great ```go cmd := exec.Command("osascript", "-e", `tell application "System Events" to keystroke tab using command down`) err := cmd.Run() ```
I found this package while looking for a solution to go from go struct/config object TO environment variables (instead of from like this and many packages do). Here is a...
fixing in #976
I also get false positive with code that takes context from incoming http request and sets it into new requests I got contextcheck from golangci-lint has version 1.49.0 faq I...
the nolint I think shouldn't be needed (but may totally be wrong about) are https://github.com/fortio/fortio/pull/621/commits/73c9268da94a24284142d83ac86b93a07d51889b#diff-dd948e8af77fe6765332b96b0e84a4f12554c233866ce4ef85731b7016dc572b