Matt Butcher
Matt Butcher
**What is the problem you're trying to solve** In the [Long Syntax description of Config](https://github.com/docker/compose-spec/blob/master/spec.md#long-syntax), it says: > You can grant a service access to multiple configs and you can...
Are there any plans to make an outside-the-browser Wasm32-WASI version of WebPerl? e.g. one that can be run with Wasmtime? This project is so cool!
Right now we buffer the entire HTTP payload before sending to the client. That is really bad performance for things like images. We should instead be able to send chunked...
Today Brendan suggested a feature that I think would be really cool: He suggested "dyanmic overrides packaged as part of the request." He's thinking along the lines of Launch Darkly...
Right now, we pass any extraneous HTTP headers set by the module. Are there headers that we should block for security or performance reasons?
Since we don't have networking, our best way to share information between two modules would be to share virtual files across multiple modules. That might require a new top-level object...
Right now, we only remove the following HTTP headers from the ones that are injected into the environment: - HTTP_AUTHORIZATION - HTTP_CONNECTION The specification notes that other security-sensitive headers should...
The following headers are not completely implemented: - `AUTH_TYPE` - `REMOTE_USER`
- [X] I have followed the [code of conduct](https://github.com/hwayne/awesome-cold-showers/blob/master/CODE_OF_CONDUCT.md). - [X] I have followed the [contributing](https://github.com/hwayne/awesome-cold-showers/blob/master/CONTRIBUTING.md) guidelines and used the proper item format. - [X] This is not a duplicate....
It would be nice to add localization functions. Not sure how it would all be composed, but something like: `t "FR" "cheese"` -> `"fromage"` would be nice. It would be...