John McConnell
John McConnell
This is most likely an affect of the module `URI` not defaulting to the `http` scheme if none is given. I haven't confirmed this however.
Just experienced this.
My work around was to make a bash script which manually deletes the library from the war
Another example: ```clojure (async/
I'll check in a bit but I suspect the issue needs to be changed in the objects which are implementing: `PEDNAsyncKeyValueStore` protocol. That or the change needs to happen here:...
I'm in the middle of something so let me go through it, but my current understanding is that: `
Main `go-lock` will "pass through" either nil (if `~@code` does not handle exceptions correctly or the exception if `
Adding an example of catching an exception to the docs is probably a good idea
I think we can close this issue or update the documentation to include an error handling example (or link): https://github.com/replikativ/konserve/issues/33#issuecomment-616221043