Colin Jones

Results 65 comments of Colin Jones

Yes, only on Mac. Here's what I was seeing: Javascript-replaced dropdowns: - Tabbing doesn't work on Safari on Mac, regardless of app-specific settings. - Tabbing takes an [obscure] app-specific setting...

Yep, thanks for opening this. I'll likely change the name to something more descriptive like `:value-printer`, but first I need to wire up the `--standalone` mode to use this.

Hmm, that's pretty strange, and yeah I agree with @technomancy - definitely a jline issue. How are you getting tabs into the REPL? Copy/paste? What version of Leiningen, OS, terminal,...

Cool, yeah, I see that with alt-tab now too, had no idea one could do that. This is actually way deeper than just paren-matching in jline - beginning-of-line/end-of-line don't work...

Not that I can think of, though that'd be nice. The only thing that comes to mind is terrible: some sort of intermediate stream between us & jline where we...

Do you have an example project up somewhere shareable? I'm wondering if it could be something off about the `ns` form - I've seen this issue if I've moved a...

This is available via `bin/clj -rlwrap` in the current releases, or by setting the environment variable `CLJ_USE_RLWRAP`, so I think this can be closed.

Clojure contrib 1.2 and 1.3 are now both available: https://github.com/russolsen/dejour/downloads - so I think this can be closed.

What are the main differences between these RFCs, and the tradeoffs between keeping what we're doing or updating?

See https://github.com/technomancy/leiningen/issues/1619#issuecomment-51144655 TL;DR: `user` isn't the only alias someone could add that would hose the repl. I'm in principle open to a patch adding hackery to work around this particular...