> @cgrand you’re clearly more patient than me. I find the slack UI difficult, because I have to move from the keyboard to the tickbox using a mouse (like, a physical one). I tend to rush replies and forget to tick boxes and such.
The thread UI is so bad and it’s so easy to miss some reply that in our company we forbade using threads. 😄
For the money and the brains Slack has, their recent design decisions have all been questionable.
Twist is supposed to be centred around threads
From the video it doesn’t look chat enough. I mean: there’s value in chat (serendipity for one) that you lose if you keep isolating conversations.
Google Wave ;)
Is it possible to turn off the elisions? Case in question: the tool repl.
@kotarak that’s the root of the “printing context capture” scenario
you set larger print limits on tooling connections
Also you can control on a per-value basis (per value, not per result) using the brand new p/WithBindings
record
I bluntly set things to Long/MAX_VALUE. Doc lookup does its thing now. How unrepling.
And completely Mr. Anderssoned. With zero conf required on the backend. Mind the repl listening.
and even that one can be avoided if your vimpire really wants to bite in the JVM
by MrAndresoned you mean shaded in general or specifically with MrAnderson?
(since you described you were content shading)
Vim's channels need some TCP connection. I could spawn a Job also. But that wouldn't allow multiple conns.
Like your blob. Not with Mr. Andersson.
I alluded to the fact that a java agent can connect to a JVM to open a repl even if the JVM was launched without
Ok. I'm not that a JVM specialist. So far I'm happy that Vim does unrepl. :-D
I think this is fourth time I rewrite the transport layer....
🙂
in your vim lineage or for 4 times exclusively for vimpire?
For VimClojure/Vimpire history. And everytime with relatively few changes to backend and UI. :-)
@volrath I forgot the detail of your gripes with #unrepl/object
<newline>\sp<newline>
is my latest escape string: when you have no idea what’s the reader state this string should put it back at the prompt@cgrand How do I use the unrepl blobing task in my project? lein keeps telling me it's not a task. I tried to include the unrepl jar as dependency and as plugin. No luck so far.
no idea
Bleh.
We need a different way to create custom blobs.
To do so we first need a new build tool
The task in unrepl also expects its source to be there on disk, IIUC.
muharhar Don't call ghosts! 😉
They may come to haunt you!
I would expect something that can be run with clj with the unrepl jar on the cp.
unrepl-make-blob
was a quick way to get the ball rolling, any replacement is welcome
sigh
Ok.
why the sighing Mr Kotarak?
A feel a patch coming up.
Let's see if I understand the forkery and pull requestery.
Black magic.
to be honest, I think it was nothing, I'm going through the printer code and I think it has everything that's needed.
well ping me if whatever was the problem resurfaces
clj -m unrepl.blobit venom/unrepl/blob.clj actions_poisoned.clj
Ui. It worked, I fancy.
I am messing up with github, but I scan through the PR and it looks very good 😄
I took a faithful approach to dust and self-explaining regexes. 😉
of course I am not requesting any change there, just pushed the wrong button 😄
I was going to point you to my boot task, but I then went on reading and saw the patch, thanks a lot