This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-21
Channels
- # adventofcode (24)
- # announcements (1)
- # beginners (122)
- # braveandtrue (9)
- # calva (45)
- # cider (24)
- # cljdoc (8)
- # cljs-dev (23)
- # clojure (112)
- # clojure-europe (2)
- # clojure-india (2)
- # clojure-italy (36)
- # clojure-nl (3)
- # clojure-spec (32)
- # clojure-uk (35)
- # clojurescript (52)
- # core-typed (12)
- # cursive (4)
- # datomic (61)
- # emacs (4)
- # figwheel-main (2)
- # fulcro (14)
- # hoplon (5)
- # hyperfiddle (1)
- # jobs-discuss (6)
- # kaocha (5)
- # leiningen (2)
- # nrepl (15)
- # off-topic (62)
- # re-frame (26)
- # reagent (39)
- # ring (3)
- # shadow-cljs (56)
- # spacemacs (8)
- # specter (5)
- # tools-deps (1)
- # yada (2)
@cgrand I’m back behind a keyboard, so I’ll catch up with the messages and the PRs soon.
> Does anybody know of a middleware which uses raw binary (byte arrays)? It seems unlikely given my understanding of the whole stack but I prefer to ask.
I don’t think so. I have to check what exactly was the content-type middleware doing, but everything else certainly deals only with data that’s representable as text.
Great. I guess we can just mention somewhere that people can’t use binary data. Potentially we can also enforce this somewhere just to be on the safe side. At any rate - I’m certainly not concerned about making it clear people are not supposed to use middleware in this manner.
@cgrand @dominicm When you’ve got some time can you take a look here and share your thoughts on the message logging approach?
This PR has been dragging on for a while and before we wrap it up I’m curious to hear what you think about it.
> What are the connection means in use today? TCP socket, stdin/stdout and drawbridge?