Michael Rose

Results 10 issues of Michael Rose

Hi folks, I was curious whether async-std would be interested in an async port of `std::os::unix::fs::FileExt`. I'm writing a service right now that'd benefit from such a thing -- currently...

This change threads a new parameter through from all the places ASGs are built. `userMetaData` is a map of strings that can be defined during REST API calls, either to...

enhancement

It'd be nice to add docs on how to integrate Apache Curator into projects such that `gatekeeper-zookeeper` would support them out of the box.

enhancement

Support for routes such as: ``` location ~* \.(gif|jpg|jpeg)$ { proxy_pass my_upstream:80; } ```

enhancement

It'd be nice to be able to pass other attributes in as key/values to upstreams and locations. For example, SSE endpoints need proxy_buffering off.

enhancement

Get everything under test.

enhancement