Jake Howard

Results 126 issues of Jake Howard

Add an RFC (as discussed internally) for adding a few useful features to redirects. [View rendered version](https://github.com/RealOrangeOne/wagtail-rfcs/blob/redirect-improvements/text/093-redirect-improvements.md)

[View rendered version](https://github.com/RealOrangeOne/wagtail-rfcs/blob/wagtail-background-workers/text/072-background-workers.md)

1:New

Currently, Willow requires a file-like object to construct an image. Pillow itself (and Willow when using the Pillow backend) support opening files by path, which can be much more convenient.

This not only makes running commands manually much simpler, but removes some confusion around "dokku" / "default" user as the superuser (some places need both). Fixes #22 Fixes #36 Currently...

Currently, the URL is hardcoded to `piped.kavin.rocks`, which makes it impossible to use for those selfhosting. It'd be great if this could be configured, ideally without having to recompile the...

help wanted

**Is your feature request related to a problem? Please describe.** I like things to be very well organised, so collecting alerts into groups is great, especially if it allows me...

Trying to use the sftp plugin, throws this error: ![screenshot from 2017-02-12 20-07-58](https://cloud.githubusercontent.com/assets/6527489/22865578/0073a558-f15f-11e6-98b6-6f8ffe33ed07.png) PyCrypto is installed, and importable successfully. Reproducable on 2 machines, both Arch Linux, both using [`screencloud`](https://aur.archlinux.org/packages/screencloud/) package...

When displaying `POST` data in Opbeat for errors, it should also sanitize. Mostly designed and tested with Django (`1.11`), but should work on others

This allows Python to decide what the right number is, based on the number of CPU cores available.

See https://devcenter.heroku.com/articles/platform-api-reference#add-on-info-by-app, which shows the key is `config_vars`, not `config`. This can be bodged in using: ```python Addon._strs.append("config_vars") ``` Which shows the correct value