nmgeek

Results 15 comments of nmgeek

My settings do nothing special with staticfiles: no storage setting at all. The `django.contrib.staticfiles` app is installed then I have this setting: ``` STATICFILES_DIRS = ( "../client/dist", "../client", ) ```

I noticed that the SQLAlchemy backend wraps calls like Database._store_result() in a retry decorator which catches exceptions like this and tries again. That would fix this problem would it not?...

Looks like an x86 binary wheel was posted to pypi but not an aarch64 binary wheel. It seems that building the binary wheel requires building a local copy of libLLVM...

I built this wheel. Perhaps you could post it to pipy?

From a quick review of the manylinux1 standard it looks like the only shared library in question for the llvmliyr build I created (using your instructions) is libz. So I...

There is CentOS for 64-bit ARM (CentOS 7). But Raspbian is the default for Pis and they seem to be recommending Ubuntu 18 for the 64-bit Pi boards. Nvidia is...

+1 It should update the value of the VIRTUAL_ENV variable in the activate script.

``` $ docker-push-ssh Traceback (most recent call last): File "/usr/local/bin/docker-push-ssh", line 3, in from docker_push_ssh import cli File "/usr/local/lib/python3.6/dist-packages/docker_push_ssh/cli.py", line 19, in import urllib2 ModuleNotFoundError: No module named 'urllib2' ```

Personally, I would not worry if it rounded to the nearest Watt. I can't think of any application of GridPath that would need finer resolution. Regardless, any kind of rounding...

The first step, loading the subscenarios with port_csvs_to_db.py seems to be documented ok. The documentation for loading scenarios could use more explanation.