Paul Garner
Paul Garner
a working version of the change proposed in #118
I have code like this in the template: ``` {% thumbnail '588x344' idea.image as thumb %} ``` This will cause a 500 error if the source image is missing. This...
I've developed a custom registry which extends the one from `refract.contrib.apielements` with additional element classes and accessor methods, to make working with the refracted output closer to the AST output...
Trying to read large blueprints from stdin fails, giving a syntax error which suggests the content was truncated. Reading the same file in via `-i ` method works fine, so...
I am trying to attach an HTML file to an email. I get the following error: ``` /usr/local/lib/python2.7/email/message.pyc in get(self, name, failobj) 358 is missing. 359 """ --> 360 name...
Reading the documentation on the front page, it is not clear to me what the best practice for raising errors from a command's `Run` func is? Looking at usage of...
5.3.0 is ok: https://ocsigen.org/lwt/5.3.0/api/Ppx_lwt 5.4.0 is broken: https://ocsigen.org/lwt/5.4.0/api/Ppx_lwt so are "dev" and "latest": https://ocsigen.org/lwt/dev/api/Ppx_lwt https://ocsigen.org/lwt/latest/api/Ppx_lwt This error is arrived at by clicking the link under "PPX syntax extension: Ppx_lwt" in...
# Bug report ## What's wrong We have defined a custom `AuthUser` model in our project like: ```python from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin class AuthUser(PermissionsMixin, AbstractBaseUser): class Meta: verbose_name =...
* gevent version: 20.9.0 * Python version: cPython 3.9.1 downloaded from python.org * Operating System: macOS 11.1 (on M1 arm64) ### Description: I have tried two ways to get a...