Richard Frank

Results 4 issues of Richard Frank

As specified by the grammar in https://www.python.org/dev/peps/pep-0508/ : ``` url_req = name wsp* extras? wsp* urlspec wsp+ quoted_marker? urlspec = '@' wsp* extras = '[' wsp* extras_list? wsp* ']' ```...

A while back, we added conda packaging steps to zipline's CI for itself and its dependencies that were missing in the default `anaconda` channel. This work added time to CI,...

In Progress
Packaging

We're using this to `--cache-from` intermediate and final stages of a multi-stage docker build, instead of busting the cache every time on building the intermediate target. Same as https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/pull/271 ,...

We're using this to `--cache-from` intermediate and final stages of a multi-stage docker build, instead of busting the cache every time on building the intermediate target. Would definitely appreciate a...