Daniel Barreto
Daniel Barreto
I forgot to mention `cider-nrepl`, but I 100% agree with @SevereOverfl0w that there's a lot of great things in there and maybe even working on splitting `cider-nrepl` into two libraries...
Right I missed that, although I think that isn't enough.. with that approach, you can't set values to nil ever. A bit worse than that, in the current print-limits setup,...
huh, I thought It was weird that \*print-level\* was `nil`.. that's what comes from executing the `:print-limits` session actions, so it's basically the `bak#` backup. Seems like a bug. This...
From slack: - Currently it's not possible to edit settings (dynamic bindings) from one connection to another - Because of this, the only way to change settings in "user" connection...
I also experienced this issue when I was plotting some stuff. I wanted to plot ~230k `:values` and emacs was not able to handle it. I tried reducing the size...
Hey, You are right, it's missing some examples. For the time being, the best way to see the functions in action is by going through the tests, particularly: https://github.com/volrath/treepy.el/blob/master/test/treepy.el-walker-test.el#L75 https://github.com/volrath/treepy.el/blob/master/test/treepy.el-walker-test.el#L103...
@plexus what about adding a zipper and utility funcs for AST traversal? or do you feel it'd be out of this project scope?
@plexus Right. I wasn't trying to make any statement on priorities, just wondering about the fact that this should be included into the backlog. By the way, what do you...