Alex Dutton

Results 16 issues of Alex Dutton

Check permissions and conditions before performing a state change, and let an implementor calculate kwargs to be passed to the state change method. If you'd prefer these separately, then let...

Marginal support for Python 3, which doesn't have `basestring` (but does have `bytes`). I've also added `long` to the Python 2 primitive types.

[`stale_copy()`](https://github.com/zapier/django-stalefields/blob/42d3bc72e47c68b78bf7e4799b833417f05b08b5/stalefields/stalefields.py#L18) uses `copy.deepcopy()` for non-primitive objects, such as those returned by [`django-jsonfield`](https://github.com/bradjasper/django-jsonfield). This is quite slow, and could be sped up, as explored by e.g. http://technology.jana.com/2014/12/29/json-deep-copy/. I didn't want to...

### Motivation oauth2-proxy currently supports HTTP-based health checks (`--ping-path`/`--ready-path`), but the official Docker image doesn't contain or support a way to run a command-based health check. This means that when...

enhancement
help wanted
configuration
docker

Would you be able to add support for optionally recording pronouns against people? These could be displayed on individual profile pages and on team pages (e.g. "Alice Hacker (she/her)") and...

Still a work in progress. No tests or documentation yet. ## Description Comprises: * a new `--healthcheck` option * a healthcheck implementation that uses the config to discover the ping...

go
docker