Ches Martin
Ches Martin
However -- not looking closely at the implementation, but -- we could certainly make it possible to explicitly override `Transfer-Encoding` to not use chunked if expressly desired, if we're not...
It looks like @rickenharp added `Etag` and `Last-Modified` support [on his fork](https://github.com/rickenharp/rack-gridfs/commit/e5b259549ecd89cdad42a45d3b376f3e0bae3c1e), and I'm reviewing that to merge it in -- would that allow the flexibility you wanted via the...
Oh, and @bmarini has [added an expires option](https://github.com/akqa/rack-gridfs/commit/7e93aeafb0b2ba74000506853cc71e20b4fa9e86) as well.
Hi Judy, It's been a long while since we've updated this library, it's pretty likely that it isn't working with current versions of the Mongo Ruby driver and/or BSON lib,...
Could you please try a `bundle update rack-gridfs`? If you're using Mongoid 3.x or 4.x, and I suspect you are, I believe [rack-gridfs 0.4.2](https://github.com/skinandbones/rack-gridfs/releases/tag/v0.4.2) should resolve your issue, for now.
Chunked responses were comprehensively improved in `akka-http`, so this ought to be something that can be addressed when upgrading the library from the old versions of Spray, although it might...
Just realized the `slf4j-simple` dependency is test-only, so that's not a problem. :see_no_evil:
Same experience here. I haven't checked the history of Git's completion script in the distribution, but it looks like—among other things—a wrapper function name changed from `_git` to `__git`. Here's...
@NicolasRouquette That might "work", but it's impossible for you to cross-publish versions of the plugin for sbt 0.13 and 1.x, and it's bound to confound some people.
> when i pick ivy style (or sbt style) repository just for sbt plugins it doesnt work because sbt publishes invalid snapshots according to the ivy spec (it should have...