Shen Tian

Results 48 comments of Shen Tian

As far as I can tell, the trick is to get access to those variables when launching apps from Spotlight or the Dock, as `.bash_profiles` etc. are ran when you...

Can reproduce and explain the bug. A simpler error could be just to type `::abc` instead of `::io/abc`. We should expect `:foo/abc`, but get `:user/abc` in my case. Not too...

In general, sessions aren't bound to a transport, and sessions can be shared/reused. However, the current implementation of `add-stdin` and `session` does bind each session's input queue to the transport...

@bbatsov: do you have any notes on what are the important bits are under each topic? I've been looking at how we test middleware. As it stands, `core-test` does a...

I'm not familiar with the problem being solved, and whether/how that is solved here. So would defer to people more knowledgable on that. In terms of nREPL codebase. At its...

nREPL [supports Java 8, 11, and latest](https://nrepl.org/nrepl/0.8/about/compatibility.html).

It feels like this is related to the question of "what is the nREPL protocol?" that has come up a few times recently. In that context: - Does the protocol...

I'd like to have a go at writing the core nREPL specification at some stage. Just a bit snowed under right now.

Thank @ahwatts. Let me dig up a Windows machine and have a look this week.

Been thinking about this one, along with #186, in both cases, we'd like to configure a first party middleware using the same mechanism(s) we use for the nREPL server itself....