Fork me on GitHub
#yada
<
2016-04-08
>
fahey08:04:36

1.1.5 is working for me now. Don't know what happened, except possibly that before I wasn't explicitly requiring bidi...

fahey08:04:12

What is the current status of multipart/form-data handling?

stijn12:04:24

Is anyone already using aleph-0.4.1, the release?

stijn12:04:31

When I upgrade to this release, my stuart sierra component system which is started from the leiningen main run returns after starting the system

stijn12:04:49

if I use one of the beta versions of aleph 0.4.1 it doesn't do this

stijn12:04:39

it has nothing to do with yada though

stijn12:04:48

(defn hello-world-handler
  [req]
  {:status  200
   :headers {"content-type" "text/plain"}
   :body    "hello world!"})

(defn -main
  [& args]
  (http/start-server hello-world-handler {:port 10000}))

stijn12:04:59

just exits when you 'lein run'

stijn12:04:16

whereas with 0.4.1-beta7 it doesn't

stijn12:04:17

and the fact that I don't have any other non-daemon threads running in my application, hence the JVM exits.

stijn12:04:20

that took me almost an entire day to go from 'why the hell does kubernetes kill my container?' > 'shit, docker locally also does this' > 'man, my uberjar build must be wrong' > 'wait, lein run doesn't work either?' simple_smile

stijn12:04:18

included upgrading the cluster because of some totally unrelated thing in /var/log/messages that was mentioned somewhere in a docker issue

malcolmsparks15:04:36

@stijn that sounds frustrating! you need to reverse your debug process ;)