Fork me on GitHub
#cider
<
2017-11-30
>
daveliepmann08:11:48

@grzm those are values I'm seeing, yes.

daveliepmann08:11:16

@tanzoniteblack that's exactly my confusion. Weird, right? To me this looks like it's coming from line 343 of cider-util https://github.com/clojure-emacs/cider/blob/master/cider-util.el#L339

daveliepmann08:11:50

Because all the numbers we're seeing are triples of 4 hex characters

daveliepmann08:11:23

And line 343 formats each component of an RGB color (so, 3) into a 4-hex-character string based on the rounded scale. That seems wrong to me.

daveliepmann09:11:40

nvm the four digits are because it goes to 65535. I think it's broken further up.

tyler23:11:50

Does anyone know how to get emacs to respect cider indentation metadata? Would like to share formatting options across the team and it would be nice to have emacs editor support. As far as I can tell cider-format-buffer dispatches to cljfmt, but even when I set up cljfmt in the project, cider doesn’t seem to do anything when I try to format using that command. When I run lein cljfmt fix it identifies the formatting errors correctly.