Sébastien Lavoie
Sébastien Lavoie
[Shadowenv](https://shopify.github.io/shadowenv/) does project-local environment variable shadowing. It can set variables when you enter a project on the terminal, and restore them when you leave. It is flexible and supports appending,...
- Expose an `Unwrap` method to leverage go's standard unwrapping - Let the error escape, such that hooks and end-users can access the `Temporary` information. - Do not wrap if...
Add the ability to wrap the request executor, granting full access to the request, response, and error. Runs on every request attempt, before any request hook and after any response...
I’m not quite sure why it was done this way, but gomemcache creates a `ConnectTimeoutError` instead of the standard `i/o timeout` or `net.OpError`. This, in turn, does not have the...
Fixes an issue that prevents building on darwin amr64 (M1 macs): ``` $ go build . # github.com/linkedin/Burrow/core core/logger.go:172:2: undefined: internalDup2 core/logger.go:173:2: undefined: internalDup2 ``` My understanding is that `open_out_log_unix.go`...
Copied from https://github.com/doctrine/DoctrineFixturesBundle/issues/57 by @deeky666 I just encountered a problem with referencing an object multiple times with different names before flushing. It seems only the first reference I make gets...
- `ToPascalCase`, `ToCamelCase`, `ToSnakeCase`, and `ToHeaderField` will transform any input to that form. - Support for unicode runes - Support for all-uppercase initialisms, like mandated by the Go convention. -...
Includes a rebased version of https://github.com/JsonApiClient/json_api_client/pull/402 Fixes https://github.com/JsonApiClient/json_api_client/issues/407 - Prefix activesupport appraisals, as to not conflict with faraday appraisals - Bump the minimum Faraday requirement to 1.10 to pick up...
- [ ] https://github.com/Shopify/goose/pull/167 - [ ] https://github.com/Shopify/goose/pull/168 - [ ] https://github.com/Shopify/goose/pull/169 - [ ] https://github.com/Shopify/goose/pull/170 In no particular order: - [ ] Get rid of global state - [...
Significant refactor of the `bugsnag` package. ## Design principles / Motivation Change the paradigm of adding bugsnag hooks to augment the metadata instead of wrapping calls. This allows more flexibility...