Zach Gershman
Zach Gershman
## Problem I ran into packr [here](https://github.com/gobuffalo/packd/blob/eca3b8fd66872a76119b189bbe0f58f776a2a39f/file.go#L117) reset the mod time of a file no matter how you have added that file to the box. ## What I would expect...
Hey All, I am essentially trying to replicate this `git log` command in golang and can get most of the way there. Command looks something like this: ``` git log...
# Proposal: Major Module Version Alerts This is a unification of two separate proposals (#38762 and #38502) that seek to alert users to the fact that a set of new...
Had this happen today, our CF is misconfigured and our app failed to push. Even though the app broke uptimer still went into its run of `while`. I guess I...