nmgeek

Results 15 issues of nmgeek

This comes from the following lines in management/commands/systemjs_bundle.py: ``` self.storage = copy(staticfiles_storage) self.storage.systemjs_bundling = True # set flag to check later ``` I'm a pretty good python programmer but I'm...

bug

A MySQL OperationalError is thrown when djcelery is updating the database and nothing catches it. ``` $ pip freeze | egrep 'celery|Django|SQL' celery==3.1.25 Django==1.8.5 django-celery==3.2.1 MySQL-python==1.2.5 ``` This is not...

My input data consists of billions of microvectors. Each is so short that it typically starts and ends inside one pixel. The microvectors connect to form a non-linear path (curve?)...

enhancement
needs info

After installing llvmlite v0.26.0: ``` >>> import llvmlite >>> llvmlite.__version__ '0.26.0' >>> import llvmlite.binding Traceback (most recent call last): File "", line 1, in File "/home/sigma/llvmtest/local/lib/python2.7/site-packages/llvmlite/binding/__init__.py", line 6, in from...

From skimming the source code I _think_ this package directs writes to a master database and then shuffles a list of slave dbs to direct all reads to. My main...

Pillow/PIL currently has a bug which prevents it from reading text chunk data if that data is stored in the PNG file after the first IDAT chunk. lodepng always writes...

@brthor asked me to post this issue. I don't have time to work on a PR through. This is a promising utility. I had to work through a) no py3...

As best I can tell, there can be a set of equal-cost solutions for a storage project where the only difference is _when_ the project is charged sufficiently to meet...

#395 pointed out how solvers may have different rounding strategies and this can break tests. This issue is different in that a) only the _CBC_ solver is used and b)...

This is a start. If you like the change we should probably update the other 7 plot functions the same way.