Oskar Kvist
Oskar Kvist
If I have just run a query in trace/debug mode, and then try to consult my file again, a window pops up with the question `^ Call: (24) call('$bags':'$destroy_findall_bag') ?`...
When tracing a query, and pressing L for "listing", this is what I get: ```%% ?- neg_in(not(and(not(or(a, not(b))), not(and(not(c), or(d, e))))), _F). %@ _F = or(or(a, not(b)), and(not(c), or(d, e)))...
Is there a reason airline-themes set the `minibuffer-prompt` face? I mean, does anything break if it is not set? I had a problem where my Racket REPL turned all green...
The cljs-devtools [configuration guide](https://github.com/binaryage/cljs-devtools/blob/master/docs/configuration.md#configuration-via-compiler-options) says that I should put the following in the compiler options. I tried putting that in my `dev.cljs.edn` but it doesn't seem to work, only formatters...
I'm not entirely sure this issue is a problem with figwheel-main. Anyway... I'm using figwheel-main 0.2.1, with these settings in my `game.cljs.edn`: ``` {:main game.core :optimizations :none :pretty-print true :source-map...
When moving with gj and gk, the cursor position is not remembered as it should. E.g. Moving from a long line, to a short line, to a long line, the...
If I have these lines line 1 line 3 And try to paste on line 2, the paste ends up at line 3. But if I have some text on...
I noticed a, to me, weird behavior of `clojure-fill-paragraph`. I was listing keyword arguments in a docstrsing, and when I tried to fill it I ended up with something similar...
A symbol with ' in it should be font-locked so that the whole symbol has the same color. I'm no expert on font-locking, nor on clojure-mode, but I quickly browsed...
If I do `lein figwheel` and start Electron, everything works. But if I start `lein repl` and do `(use 'figwheel-sidecar.repl-api)` and `(start-figwheel!)` then when I start Electron I get the...