Fork me on GitHub
#ring
<
2017-02-01
>
liamd00:02:55

how do i send back a file as a download? file-response just renders as text in the browser

liamd00:02:51

nvm merged in a content-disposition header and that did it

mattly02:02:11

is there any known problem with ring 1.5 and clojure 1.9 ?

mattly02:02:37

I pulled in a new third-party library that has a dependency on ring and now I'm getting this compile error:

mattly03:02:32

ah, it seems "require" isn't a keyword

mattly03:02:37

weird, it seems it's using ring 1.2 instead of the declared version

seancorfield03:02:17

Probably some library you’re using is pulling in an old version via a transitive dependency.

seancorfield03:02:25

lein deps :tree is your friend.