Alex Dutton

Results 16 issues of Alex Dutton

No idea how to do this, but would it be a good idea to transform spherical images for displaying in media thumbnails? The derived image could be overlaid with some...

Is there a preferred way to hook in auth handlers to the HTTP client? If not, can we specify one, maybe with code changes to `ClientSession` to support it?

Fixes #1369 ## Proposed Changes This adds a new Resolver framework, and updates the JSON-LD parser to use it. As a result, implementors have much more control over which URLs...

**Describe the bug** In [load_janeway_settings](https://github.com/BirkbeckCTP/janeway/blob/master/src/utils/__init__.py#L21) the settings referred to by `DJANGO_SETTINGS_MODULE` are merged into the base `core.janeway_global_settings`. The method for merging involves appending to any existing sequence settings, and applying...

bug

> Python 3.5.3 (default, May 11 2017, 09:10:41) > [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import...

These domains are all devolved government subdomains managed by the UK's Jisc's JANET service, who provide a separate whois service for their registry. This can be confirmed by running: ```sh...

This: * replaces `except Exception, e` with `except Exception as e` for Py3 support * moves to `django.shortcuts.render` from `render_to_response` for Dj1.10 support * changes the requirement to include Django...

The current source package and wheel on PyPI (version 1.3.2) contain a top-level "tests" package, which shouldn't be included. It means that I can't do `pkg_resources.resource_stream("tests", "path/to/fixture")` in my own...

An alternative solution to #4. Lets users provide state change views for one or more of their FSMFields.