-
I'm having an issue with cmor crashing intermittently. I am processing a number of files in a row, and cmor will produce a few files (even up to 100), then throw this error in the cmor_axis routine:
…
-
Many Python programmers are accustomed to the ["EAFP"](https://docs.python.org/2/glossary.html#term-eafp) idiom for reading (possibly non-existent) values from h5py files:
``` python
try:
data = …
-
Add `__slots__` attribute for all classes to get more effective memory usage.
-
When querying the datastore API on a large dataset (eg. querying 10,000 rows at a time) the memory used by the process keeps growing. On our dataset this is about 20MB leaking per request - more than …
-
Is the C++ IK functional? I've been trying it out by modifying testIK.cpp, but it justs adjusts base_x,y,z to satisfy the WorldCoMConstraint and will make sure any joint angles are within bounds. It…
-
I've not been able to get in and debug precisely why, but memory consumption on processing Windows 7 machines is rather high. On a 20-core, 20GB machine Plaso has 11 of 17 workers that are consuming …
-
**Original report ([archived issue](https://osrf-migration.github.io/drcsim-gh-pages/#!/osrf/drcsim/issues/471)) by Hugo Boyer (Bitbucket: [hugomatic](https://bitbucket.org/%7B3d87874e-7099-4981-b04f-…
-
**Migrated issue, originally created by Francisco Fernández Castaño ([@fcofdez](https://github.com/fcofdez))**
Hi,
I've the tables shown in the code mapped to some classes and I need to run a query u…
-
```
I lost a disk that had a mounted s3ql filesystem. Trying to run fsck.s3ql, I
get this error:
File "/usr/bin/fsck.s3ql", line 9, in
load_entry_point('s3ql==0.23', 'console_scripts', 'fsck.…
-
I 've 3 pdf docs to print. my pdf docs content are prepared as base64 text already.
here is my function.
```
base64Element1.value=JVBERi0xLjcNJeLjz9MNCjE1IDAgb2JqCjw8L0ZpbHRlci9GbGF0ZURlY29kZS9GaXJz…