Jacob Emcken

Results 37 comments of Jacob Emcken

Just a note. You wrote: > ... either because it has side effects or cannot deal with a nil response ... I gives me the feeling that these are the...

Maybe just replace `either` with `usually`... it loosens up the sentence. Also consider this. When I read the following sentence I understood the word `it` as referring back to the...

@kahole > What about "abort"? Whould Esc (Escape) work as matklad suggested? Seems very intuitive to me?

I wanted Ctrl + Enter for comitting and Esc for cancelling, so I added the following to `keybindings.json` (I was unable to add Esc using the UI): ```json { "key":...

I still experience dialogs being closed in Firefox 116 with the latest Grammarly extension when interacting with the Grammarly extension. At least Firefox tells me there are no updates for...

Chromium 111.0.5563.64 with the latest Grammarly extension also has issues (though as opposed to Grammarly in Firefox), I can choose spelling suggestions without it closing the dialog. But clicking on...

I found this issue when I realized my ClojureScript builds with Shadow-Cljs were failing. The easiest temporary workaround for me was to downgrade `shadow-cljs` to version `2.19.6`. Version `2.19.7` introduces...

I've looked further into this issue, because I wanted to see how hard it would be to create a PR. DISCLAIMER: I am not Docker or Java or Linux expert,...

For reading Excel data this lib might be of use: https://github.com/kbosompem/bb-excel

Not all evaluations are triggered from within the actual REPL. I often use a comment block in my code on the left, while having the REPL open on the right:...