Bas Beenhakker
Bas Beenhakker
Hi, I am trying to pass a context into my base class, as described in https://github.com/clarkduvall/serpy/issues/12 for example, but this is not working me. Any clues? Has this always worked?...
Hi, While I follow the steps necessary to install the module, and load the application, I get the following error message: Error importing module: 'Module "api.cache.middleware" does not define a...
The README.md states: "You can download compiled versions of Medis for Mac OS X from [the release page](https://github.com/luin/medis/releases).", but the compiled versions are nowhere to be found. Just to let...
Hi, Trying to offload certain Neo4J operations onto a Celery queue, I noticed the tasks were not registering. I tried using the latest version of both Neomodel (4.0.8) and Celery...
The terminals which are being opened on the playground, are not resized properly anymore. You can just see the last line of the prompt, which is not really convenient, especially...
Library no longer imports correctly in Python 3.10: ``` from collections import Mapping, namedtuple, UserDict ImportError: cannot import name 'Mapping' from 'collections ``` `Mapping` is moved to `collections.abc`
Nice boilerplate. Thanks for this. However it does not work as provided. Environment variables missing - project won't start. I tried setting it up with some sane defaults, but still...