Morten Bendiksen
Morten Bendiksen
Any progress on this? Our workaround is not working as expected. It seems the background task is not guaranteed to run, and thus our connection pool is failing when ever...
There is a prototype for a new parser in #4720 where a test `test_quotations_in_forward_model_arglist` is added to document the new possible behaviour for this.
This sounds awesome. This would basically do what we have now done (with quite a bit of pain and manual code). We have reused the proc instance, but make a...
What would that achieve? Can we then supply some command line arguments to skip the proc instantiation? anyway, we now simply have a branch in the conftest to either instantiate...
Could this be because observation loading is slow? I remember we once doubled the timeout of initializing dark_storage, because it spent a minute parsing some observation file.
The snapshot as it currently works should be viewed as a easy in-memory multi version concurrency control DB, not as a complicated way to do random access memory. Whether we...
Json has arbitrary precicion numbers, I don't get why this issue was worked around instead of fixing the serialization.