This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-17
Channels
- # announcements (2)
- # babashka (1)
- # beginners (54)
- # calva (19)
- # clj-kondo (7)
- # cljs-dev (6)
- # cljsrn (18)
- # clojure (11)
- # clojure-europe (19)
- # clojurescript (7)
- # conjure (3)
- # cursive (7)
- # datomic (4)
- # figwheel-main (2)
- # fulcro (4)
- # helix (5)
- # honeysql (24)
- # instaparse (2)
- # lsp (20)
- # malli (17)
- # off-topic (6)
- # pathom (2)
- # practicalli (2)
- # shadow-cljs (2)
- # tools-deps (34)
- # vim (7)
Morning. I've managed to help a Calva user with her non-structural editing habits today. May God have mercy with my soul.
Morning. have to prepare a talk this weekend... getting started is always the hardest part... (But once I've gotten started, it's usually fun!).
Does anyone want to help me pick the colour for my bikeshed?
Clip has a new feature that's ready-to-go except a good name. What this feature does is allow you to automatically wrap functions in your system with #(apply f %&)
but can also work with different types (I have a version that works with Yada resources, for example). The idea being that it makes it easy to just do an eval to change your ring handler during development.
Names I've tried so far:
• indirect-linker
• reloader
Not directly, it leans into clojure for that. It's just adding a little indirection, similar to:
(defn- ring-handler [req]
...)
(def public-ring-handler #(apply ring-handle %&))
Now you can pass around public-ring-handler
and re-eval ring-handler
to have live updates without stopping/starting your http server.Anyone experienced numbness in your toes, ever? The inside of my big toes is weirdly numb, where I can’t sense e.g. the texture of the floor if I run that spot along it as well as with my other toes. (Got a doctor’s appointment already)
Michala is experiencing pain from that anyway. I don't carry him enough for it to really mess up my feet.
@U4P4NREBY I've been accumulating some tough skin (dno what the real English name for it is), which I thought was due to repeated, weighted positions, e.g. putting stress on the side of my feet when holding my son over the toilet. Maybe that's related to the numbness.
I hope it’s something as simple as that. I take supplements, but I don’t know if there’s B12 in them. Have you had B12 deficiency, @U04V15CAJ?