Results 154 comments of John Gabriele

For reference, I see that the GotoBookmark doc issue (missing `?`) was fixed with 5d18368 .

I think a good thing to have for now is a comment at the top of default.keys like: ~~~ # Note that the keycode numbers in this file are hex...

Great. Thanks! Will close this after the merge.

Sorry -- saw that this was merged back in July with https://github.com/vigna/ne/commit/deb83421bb305a07ed755590fcabad47f00bdf1c . Closing.

I don't know much about cider, but I'd like to see a section in the readme answering the question, "Should I use inf-clojure or Cider?"

I've never heard the term "costume" to describe this, but I think it would be excellent for HaxeUI to have this drawing area component. Unless "costume" is the preferred term,...

[Janet syntax](https://janet-lang.org/docs/syntax.html) is lisp-like, and also has similarities with Clojure (one main difference from both is that Janet uses `#` for comments instead of `;`).

Hi Anteru, thanks so much for your review work, and patience here. My free time as almost completely dried up in the last few weeks, and I'm looking up the...

Anteru, does your correction (`[^\\"]`) apply to the regexes for the double-quoted strings *and* for the backtick-quoted strings? Note that, unlike double-quoted strings, backtick-quoted strings may utilize multiple backticks, as...

No, backtick-quoted strings do not allow for escape sequences.