Germán Méndez Bravo
Germán Méndez Bravo
Not all variants are always available for all images, making this plugin throw error about variant not available some times for some images (Muted for example) https://github.com/akfish/node-vibrant/pull/50
Jogging handlers configuration in the settings file should use strings instead of objects. Using django.utils.importlib.import_module to load the handler and create the object during jogging initialization, in add_handlers().
Logging fails to log when using the console because source cannot be detected using '**name**'. Instead of using: f_globals['**name**'], use: f_globals.get('**name**') to fix.
## Feature request Make easy and transparent hot updates for any chunks in any bundle just by having a single "hot client" running and receiving updates from the server. **What...
Some times, all I get in the State tab is `(pin): undefined`. I'm using Immutable states and they show fine most f the times (I have serialize: `{ immutable: Immutable,...
Some PKCS8 keys are encrypted using DES-CBC. Added support for it.
When using Python 2.7.13, I'm getting the following: ``` body: (1016b) Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/kombu/message.py", line 62, in _reraise_error reraise(*self.errors[0]) File "/usr/local/lib/python2.7/site-packages/kombu/message.py", line 49, in __init__ body...
Could it be possible to add Python debugging support (as to be able to debug running Python programs by analyzing the stack and providing access to Python source code listings,...
Muted variations were not being filled if empty, this adds them so they're available from Vibrant. Also, try filling Vibrant from LightVibrant (if available). This fixes https://github.com/ismamz/postcss-get-color/issues/3 and https://github.com/akfish/node-vibrant/pull/51
We need to have Xapiand available as a Debian package, installable in Debian and Ubuntu. @vit1251 any idea what we need towards that goal? Can you help?