Sean Hildebrand

Results 7 issues of Sean Hildebrand

This is minor, but curious whether you'd take a patch to grant users of the library control over import grouping. Some organizations (including my own) tend to group imports beyond...

@rs no idea if you'll want to merge this - this is something I'll be adopting internally so that errors logged via zerolog at warn level or above can be...

I have a use case around dispatching errors with additional context, e.g. request IDs. Currently, I'm accumulating context in HTTP middleware via the usual `With().Str("foo", "bar")` mechanism, which goes into...

**Is your feature request related to a problem? Please describe.** Ideally, timestamps are database-managed. If you have a struct like this: ```go type User struct { Name string `db:"name"` CreatedAt...

I'd like to generate a bit of discussion on this before making any changes. #### Should core datasets be present in both core-list.txt and catalog-list.txt? Currently, 33 of the 35...

meta

From a recent scan of GitHub data packages, roughly 67% validate successfully against the current data-package.json schema. Due to the pass-fail nature of the validation, it's not readily apparent whether...

Patterns

Track imports per identifier as a slice to accommodate duplicates. This allows us to generate multiple import fixes per import identifier. Fixes golang/go#45398

cla: yes