Mitchell Hashimoto
Mitchell Hashimoto
Talked about this in Slack but will add context here: https://hashicorp.slack.com/archives/packer/p1433819316000060
Thank you! Full answer here I found that doesn't use a procedure too: https://github.com/xocolatl/advent-of-code/blob/master/2021/dec03.sql I'll just label these with the days.
Without having a deeper understanding of the flag package in use (since this library has no opinion on it, it just passes `[]string`), we can’t tell whether `-h` is a...
Hey! Looks good. Questoin: why not just use the 256-color color number as shown here? http://misc.flogisoft.com/bash/tip_colors_and_formatting Is the 0-6 "intensity" of a color some standard thing I'm unaware of? It...
This is reasonable. Let me take one quick review again tomorrow or tonight then I'll merge it in. Thanks!
This isn't possible for copystructure (compared to the JSON package) because we can't actually _create_ a new unexported struct value (we can't _create_ a `subStruct{}` in your example). The `encoding/json`...
Ah darn. Yes, we should just do a string check for this unfortunately. :(
I noted this somewhere else but can't find it... but the [Go stdlib implementation is quite simplistic](https://golang.org/src/os/file.go?s=11606:11640#L379). It only checks env vars. This will work in most cases (90+%?) so...
No, its non-standard. Just the realities of delivering software to many people... you hit some truly “wtf” environments.
Hey @jhulten. Its been long enough that I don't have full context here, but if there is a well established practice that USERPROFILE is preferred, then we should/can switch to...