Kevin Turner
Kevin Turner
Does django-cached-field in fact depend on django-celery? I don't notice at a glance any imports or settings used from it.
There is a package by this name on npm, and its [npm page](https://www.npmjs.com/package/angular-svg-base) claims to be from this github repository. But it also claims to be version 0.0.5, which is...
I want each Django request to be an Eliot Task. I wrote a middleware that works with Eliot 0.8, but it's kinda kludgy: https://gist.github.com/keturn/7c84079aa6f15f7045f4
Some projects advocate using a 32-bit JRE even on 64-bit hosts to save memory usage. So it would be nice if oab built 32-bit packages for java7. Modern Ubuntu distributions...
One of the primary benefits I get from having types is that my editor can help suggest appropriate completions and let me know when I'm doing something stupid. But my...
We were uploading files from Django to Box using https://github.com/box/box-python-sdk, which uses requests-toolbelt MultipartEncoder, and things were *really* slow, orders-of-magnitude slower than they should be, despite assurances that there was...
Here are a few test cases demonstrating failures when colorful makes ColorfulStrings out of non-string objects. `s.red(1) + s.red(2)` case is particularly fun for generating quirky results that sneak by...
Jupyter Notebook's web interface supports truecolor escape codes in stdout!  As does the [Qt Console](https://github.com/jupyter/qtconsole/blob/master/qtconsole/ansi_code_processor.py), it looks like. It'd be nice for colorful...
Consider ```python print(f"A{cf.italic_underlined_lavender('Z'):>80}") ``` The `Z` ends up in quite a different spot when color output is enabled vs disabled! I believe that since ColorfulString already knows how to calculate...
Now applying the `@IntegrationEnvironment` annotation to a class - applies MTEExtension - marks it with an "MteTest" JUnit Tag - has a `worldGenerator` parameter, replacing `@UseWorldGenerator` Fixes Terasology/ModuleTestingEnvironment#76 ### To...