Judith Massa
Judith Massa
Here is another list of refactoring ideas I found: - error handling - refactoring of README - sections into files - contribute md -> more, also as developer guide for...
Closes #525
I used the current Datahike snapshot, which is using hitchhiker-tree 0.1.11, so it should be konserve 0.5.1
Could it be because some lock on the file has not been released? Since `shutdown-agents` doesn't end the JVM process, at least not in reasonable time, I have to call...
Its happening with docker-compose. I am using one service to write data into a database and another service to read it. The file system database uses a volume directory, so...
As I understand it, we don't want jdbc artefacts in the main library. Can we close this PR then @kordano?
So, yes, backend specific information should be treated by the respective backend library, so datahike doesn't have to pull potentially huge additional libraries.
I think I did try doing this but the results were disappointing
You are correct, this requirement isn't fulfilled anymore in all cases. Sorry that it messes up your program now. I guess, we really should remove this implementation as long as...