Fork me on GitHub
#unrepl
<
2018-03-01
>
bozhidar01:03:13

> @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.

bozhidar01:03:34

The thread UI is so bad and it’s so easy to miss some reply that in our company we forbade using threads. 😄

bozhidar01:03:01

For the money and the brains Slack has, their recent design decisions have all been questionable.

cgrand08:03:16

Is there a chat solution with has good thread (or sub-conversation or whatever) support?

dominicm08:03:35

Twist is supposed to be centred around threads

cgrand08:03:53

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.

devn05:03:48

Google Wave ;)

cgrand08:03:16

Is there a chat solution with has good thread (or sub-conversation or whatever) support?

kotarak10:03:11

Is it possible to turn off the elisions? Case in question: the tool repl.

cgrand10:03:39

@kotarak that’s the root of the “printing context capture” scenario

cgrand10:03:06

you set larger print limits on tooling connections

cgrand10:03:23

Also you can control on a per-value basis (per value, not per result) using the brand new p/WithBindings record

kotarak11:03:28

I bluntly set things to Long/MAX_VALUE. Doc lookup does its thing now. How unrepling.

kotarak11:03:14

And completely Mr. Anderssoned. With zero conf required on the backend. Mind the repl listening.

cgrand11:03:53

and even that one can be avoided if your vimpire really wants to bite in the JVM

cgrand11:03:41

by MrAndresoned you mean shaded in general or specifically with MrAnderson?

cgrand11:03:57

(since you described you were content shading)

kotarak11:03:58

Vim's channels need some TCP connection. I could spawn a Job also. But that wouldn't allow multiple conns.

kotarak11:03:28

Like your blob. Not with Mr. Andersson.

cgrand11:03:17

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

kotarak11:03:44

Ok. I'm not that a JVM specialist. So far I'm happy that Vim does unrepl. :-D

kotarak14:03:55

I think this is fourth time I rewrite the transport layer....

cgrand14:03:37

in your vim lineage or for 4 times exclusively for vimpire?

kotarak14:03:58

For VimClojure/Vimpire history. And everytime with relatively few changes to backend and UI. :-)

cgrand16:03:23

@volrath I forgot the detail of your gripes with #unrepl/object

volrath18:03:20

to be honest, I think it was nothing, I'm going through the printer code and I think it has everything that's needed.

cgrand18:03:59

well ping me if whatever was the problem resurfaces

cgrand16:03:10

<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

kotarak17:03:21

@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.

kotarak17:03:50

We need a different way to create custom blobs.

cgrand17:03:16

To do so we first need a new build tool

kotarak17:03:20

The task in unrepl also expects its source to be there on disk, IIUC.

kotarak17:03:38

muharhar Don't call ghosts! 😉

kotarak17:03:49

They may come to haunt you!

kotarak17:03:06

I would expect something that can be run with clj with the unrepl jar on the cp.

cgrand17:03:14

unrepl-make-blob was a quick way to get the ball rolling, any replacement is welcome

cgrand17:03:43

why the sighing Mr Kotarak?

kotarak18:03:08

A feel a patch coming up.

kotarak18:03:25

Let's see if I understand the forkery and pull requestery.

kotarak18:03:29

Black magic.

kotarak18:03:31

clj -m unrepl.blobit venom/unrepl/blob.clj actions_poisoned.clj

kotarak18:03:29

Ui. It worked, I fancy.

richiardiandrea18:03:30

I am messing up with github, but I scan through the PR and it looks very good 😄

kotarak18:03:47

I took a faithful approach to dust and self-explaining regexes. 😉

richiardiandrea18:03:30

of course I am not requesting any change there, just pushed the wrong button 😄

richiardiandrea18:03:58

I was going to point you to my boot task, but I then went on reading and saw the patch, thanks a lot