Blake Williams
Blake Williams
We're writing an application and would like the ability to filter the `http.url` attribute that is automatically set in spans. It's possible the url can contain secrets or other information...

This updates Rack::Lint to validate that `rack.response_finished` is an array of callables when present in the `env`. e.g. procs, lambdas, or objects that respond to `call`. This validates that: *...
Both [Puma](https://github.com/puma/puma/blob/56a25f709604240fb32310f15126d47d5a6541ca/lib/puma/request.rb#L72-L176) and [Unicorn](https://github.com/defunkt/unicorn/blob/158e9aad11ee2ed7dc01182da150e803f7cdbfef/lib/unicorn/http_server.rb#L632-L657) have support for `rack.after_reply` which has been extremely useful but it's not part of the official Rack spec. Given its usefulness and existing support, would it...
I spent a decent amount of time this morning debugging how to get babel and typescript to play nicely with one another so I'll document my journey here in case...
I have an endpoint I'd like to profile that returns HTML or JSON based on the accept header. By default it returns JSON but I'd like to provide a quick...
I came across https://github.com/jmoiron/sqlx/issues/344 and thought it may be useful to open a PR proposing this change since it looks like a few folks could find it useful. --- When...
* Adds custom commands that can be run from the client on the server process * Adds process manager so processes can (eventually) be managed if they are marked as...
Currently lazygit looks for its config file in `XDG_CONFIG_HOME` if it's available, but if not it falls back to the defaults defined by the [xdg](https://github.com/adrg/xdg) package. Unfortunately the defaults the...