Dimitrios Piliouras

Results 50 comments of Dimitrios Piliouras

There is still the question of what happens in case of an error. The schedule will stop, but both the returned channel, and the `ch` param will remain open when...

First of all happy new year!!! All the best wishes to you and your family :) Secondly, I took a step back and wondered... > what is the point of...

Again, thanks for taking the time to report this, and to point out the low VS high level api of nippy. Have you tried something along these lines as the...

`duratom 0.3.8` has been released and it comes with a helper fn in utils.clj (`s3-bucket-bytes`). Compose that function with `nippy/thaw` and you should be golden ;). I've updated the README...

OK, so it turns out that I wasn't calling `aws/put-object` correctly. According to the amazonica README the :content-length should go under a :metadata key: https://github.com/jimpil/duratom/blob/afec9fde337d765c5d16450913a494a1f74e5c0f/src/duratom/utils.clj#L131 That could be the source...

I've just cut 0.4.0 which improves streaming the bytes from the s3 bucket (via `ut/s3-bucket-bytes`). If you're doing any sort of testing using 0.3.9, I'd appreciate it if you could...

Are you able to create buckets manually (e.g. using `aws/create-bucket`) outside of `duratom`? I'm not sure if you've looked in utils.clj, but the four S3 relevant functions are all wrappers...

The S3 backend is the only backend that is completely untested - I believe I mentioned that in some previous comment. Moreover, you seem to be the first person even...

Hi there, We have a few options here: 1. replacing `clojure.java.jdbc` with `next.jdbc` (per your request/idea). I'm not very fond of this approach because i don't want to break existing...

I couldn't agree more with the reporter :+1: