Teodor Heggelund

Results 103 comments of Teodor Heggelund

Option: `neil version` _is_ the subcommand to control project version. But we try to help the user in case they want neil's own version. When we print help text, we...

Pasting in my current plain bash solution that I'd like to replace. Essentially, I'm wrapping each line with some stuff. `frontend` and `backend` are normal bash functions that cd into...

Hey @sparkofreason, Does `clj -A:vizns single --show` do what you want? For me, that pops up a window showing the graph, though in a "java" window, not in a browser.

I also think it's useful if we discuss end user needs separately from developer needs. Another way to frame the developer side is that tests are currently: 1. Not possible...

[CIDER's documentation](https://cider.readthedocs.io/en/latest/clojurescript/#using-figwheel-main) seems to comment on this -- which should be helpful if you're using Emacs. Steps I took: 1. `M-x cider-jack-in-cljs` 2. Choose `figwheel-main` as type of REPL 3....

Here's console-logged keydown events for pressing `Shift+8` and `Shift+9` on my keyboard: ![image](https://user-images.githubusercontent.com/5285452/95990599-05960600-0e2c-11eb-8b90-b5dc6aad21de.png)

I can imagine! I tried poking around a bit, but I don't feel like I'm getting anywhere. The input fields appear to be using CodeMirror. Codemirror's native Clojure mode handles...

Confirmed on a Norwegian keyboard. I seem to be getting the keypresses I would get with a US layout.

This kind of feels like an inverse to `fs/glob` to me. Perhaps something like this could do the trick: ``` (fs/glob-up "." "**/deps.edn" {:max-depth 3}) ;; "." => start at...

On 2.maria.cloud right now with a Norwegian mac keyboard, I'm seeing the following: 1. æøåÆØÅ does what I expect it to do 2. ( works, and inserts ( and matching...