Dimitrios Piliouras
Dimitrios Piliouras
**Is your feature request related to a problem? Please describe.** Both `atomix` and `hazelcast` have the notion of a distributed `AtomicReference`. However, looking at the respective APIs one can immediately...
Hello, I was under the impression that specs like the one below, didn't show correctly on the swagger-v2 schema because it doesn't support this kind of `one-of` semantics. I believe...
Tried to do the absolute minimum changes - hence I didn't touch `parse-keys` which would be the ideal place to do it in... By the way this whole thing started...
 Somehow, the `:status` key finds its way under `:headers`... [EDIT]: i'm also noticing that `:content-type` is `:application/json`, even though I am providing `"aplication/json"` (i.e. a String).
Hello there, I know it's pretty old, but I'm trying to understand the whole 50,273 connection-cycles/ms benchmark. Such a number usually makes sense in a single-threaded situation, but below the...
Hi, I recently stumbled upon this: ```clj (fipp/pprint {:foo/a 1 :foo/b 2}) =prints=> {:foo/a 1, :foo/b 2} (clojure.pprint/pprint {:foo/a 1 :foo/b 2}) =prints=> #:foo{:a 1 :b 2} ``` The same...
Am I doing something wrong? Unless `:wrap-text true` is specified, the columns consistently crop some portion at the end, even if that's a single character... > (excel/write! workbook "..." {:streaming?...