Peter Strömberg

Results 545 comments of Peter Strömberg

Indeed. I used an adapted Clerk in a project where I used an offset to compensate for a sticky top menu. Not exactly the same, granted, but anyway, I agree...

Seems I dropped this ball, right? No idea what happened back then, maybe Christman... Anyway, now reading your suggestion again and think it makes sense.

I have a similar issue. Getting this when I close the socket: D/WebSocketClient( 418): WebSocket EOF! D/WebSocketClient( 418): java.io.EOFException D/WebSocketClient( 418): at java.io.DataInputStream.readByte(DataInputStream.java:98) D/WebSocketClient( 418): at com.codebutler.android_websockets.HybiParser.start(HybiParser.java:112) D/WebSocketClient( 418): at...

Thanks for the workaround, @ghost! I ran into the same. I added the alias as `:new-old` instead, both because it makes me laugh and because I can then keep using...

Linking my input on how to treat ”groups” from another thread https://github.com/weavejester/cljfmt/pull/77#issuecomment-597494100

Good points, @p-himik. Some context about #77: 1. It is what Calva uses to implement the **Format and Align** command (and that not-recommended setting to enable it always). 2. It...

Is this still considered for implementation?

Great! I too think it would be a big step away from the indent war between different editors and tools. Are you still eager to help, @mitchelkuijpers and @Malabarba?

Maybe I am misunderstanding something, but `cljfmt` uses `rewrite-clj`, if I recall correctly. And also if I recall correctly, `rewrite-clj` gives access to the metadata of the members of the...

I am also curious about the status of this feature. I am using `cljfmt` as the formatting ”engine” of formatting [Calva Formatter](https://github.com/BetterThanTomorrow/calva-fmt) and this feature would be an awesome add.