Daniel Huppmann

Results 136 comments of Daniel Huppmann

Closing as implemented

For future reference: #715 added a new `require_data()` method and #686 added a `compute.quantile()` method. These two methods could be useful starting points for implementing this feature.

Release notes are still missing - pretty please!

Thanks @gidden!

Looked at this again as a possible improvement to #849, but this package also has issues with square brackets and would require some customization... See https://docs.python.org/3/library/fnmatch.html

If the context manager is part of the process on a local machine that looses connection to the database, it cannot change the "lock state" or initiate a roll-back for...

We currently have half an implementation using PostGreSQL, where half means that it should be fully operational but no-one has really used it in an actual workflow. However, you can...

thanks for identifying this issue @behnam2015. I'm currently reworking the `clone` feature for MESSAGE-scheme scenarios and will take a look.

If you use HSQLDB in file-based mode, only one process can access it a time. There is a way to launch an HSQLDB instance in server mode, which would allow...