David Henderson

Results 8 issues of David Henderson

Related to the TODO in the readme - I've made some superficial patches to django-mongotools to get it going with django-mongoengine: https://github.com/TriggeredMessaging/django-mongotools/commit/3daff4eafac4b012f1600637527d94ada17c7c2e May be useful to someone.

Use case: - Single repo with multiple flavours of code - Package files not in the root - Package files with different names to the defaults in bibliothecary Example: ```...

help wanted
feature
medium

Currently, you can't do .slugIt({map: {'7', ''}});

Added new methods to the native module to allow: - captureBytes() - alternative to capture - will return a node Buffer with image data rather than saving to file. -...

I'm trying to build on Ubuntu 12.04 so that I can start to poke around with the binding and test some changes. Steps Taken: - Cloned the Repo - Untar...

If a buffer is returned from a route, currently Journey will error on the line, as byteLength is expecting a string. ``` Buffer.byteLength(outcome.body);``` Seeing as converting a Buffer to JSON...

Fix [Decimal conversion issue](https://docs.python.org/3/whatsnew/3.10.html#other-language-changes) for python 3.10+ Fixes #96