Martin Uhrin

Results 4 issues of Martin Uhrin

The main change introduced in this PR is to explicitly assign an updated document to the collection store: ``` self._store[existing_document['_id']] = existing_document ``` This allows me to efficiently implement a...

Currently a couple of computer properties have class constants that store the corresponding name e.g. `PROPERTY_WORKDIR = 'workdir'`. This should be extended for all properties e.g. `mpirun_command`.

priority/nice-to-have
topic/orm

I'm getting the following failure which crashes the notebook kernel when running `notebook_on_intrinsicdim_densityest_clustering`: `malloc(): invalid next size (unsorted)` This was on the latest commit at the time of writing (7003c6f41e4b353b9bf9f6b17a119ca9cb1917bf)....

Currently some quite important RMQ settings like `x-message-ttl` can't really be set from the outside i.e. when instantiating a communicator. In general RabbitMQ has a lot of settings and many...

type/enhancement