introom

Results 24 comments of introom

Not sure on the details. Isn't it possible to use all the possible keys from an object to form a bean? So it will work not only in the specific...

Do I have to bind Cmd+enter to something to address the issue?

Some special case though, such as tmux sending keys (C-l) to all panes to clear the pane. And it happened that emacs is running in some pane. We want to...

It's like macro body forms two spaces indented. foo here belongs to the body part. https://github.com/bbatsov/clojure-style-guide#body-indentation

Similar to the fashion foo is indented here: ``` (as-> y x foo) ```

The issue is not about the format of -> but rather the inconsistency on how cljfmt handles as->. Cljfmt requires that the body form to be two space indents, for...

To reproduce this, evil mode must be enabled. The direct reason is because of evil-move-beyond-eol being nil.

>Most likely not. Anyway what is a "react native runtime"? Where does it run (a phone, an emulator, sth else)? Where can I learn about its shadowcljs integration? I was...

@nikolap this works. could i directly connect to repl? that is, combining the :connect 7002 and the (shadow/repl :app) step? also, i was following here: https://shadow-cljs.github.io/docs/UsersGuide.html#cljs-repl ``` $ shadow-cljs watch...

Looked into it a little bit, it's not about verschlimmbesserung. I bumped the version of jepsen from 0.1.13 (as in the tutorial) to 0.2.0, the problem disappears. For jepsen 0.1.13,...