This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-16
Channels
- # 100-days-of-code (16)
- # beginners (67)
- # boot (5)
- # cljs-dev (52)
- # cljsjs (2)
- # clojure (94)
- # clojure-spec (34)
- # clojure-uk (10)
- # clojurescript (91)
- # clojutre (1)
- # core-async (20)
- # cursive (5)
- # datomic (1)
- # figwheel-main (70)
- # fulcro (101)
- # hyperfiddle (3)
- # jobs (1)
- # klipse (16)
- # mount (1)
- # nrepl (3)
- # off-topic (24)
- # portkey (39)
- # re-frame (4)
- # reitit (1)
- # shadow-cljs (3)
- # spacemacs (9)
- # tools-deps (5)
I’ll do an update probably at the end of the week with some documentation
Took session token usage to master by cherry-picking from low-conform
and did a rebase on master in low-conform
. Should have made the change to master in the first place, the large diff that I was looking at was caused by whitespace changes only.
so as a warning, please do git pull --rebase
in low-conform
branch next time when you pull
ok, got it
This should be #{:v4 :s3v4}
I guess?
wait a second I check
it’s okay
(case :a
(:a :b) true) => true
ah true, just as the docstring says, just haven’t used the (test-constant1 ... test-constantN) result-expr
form
So I think I will have time to make some s3 request thiis week as I am now able to make the request components
I was thinking about cleaning up a bit
indeed, I was focusing on the ser/resp part but gen-operation-xml/json/etc
are way to complicated right now
And I think I have a way to simplify
my goal is to let you guys take some other stuff to work on and right now it’s to messy
mostly because I was way too focus
sorry about that ^^
@viesti I am not sure if I recall well but I think you once talked about a docker for testing
It would be awesome if we could test most of the sdk(s) for the sake of the project
what’s your advice on testing apis ?
any idea what we could do ?
thinking that cleaning up (removing unused arguments) and refactoring in the hammock might be option (god hammock time blasphemy :))
it’s definitly a concern
a little change in gen files can have impact on all apis ^^