Oliver Caldwell
Oliver Caldwell
Ah! I misunderstood your problem, I should've used the repro code you gave :grimacing: I can see it splitting every 130 lines which is fun, I'll have a play with...
Hmm, so `(println (apply str (repeat 200 "\nconjure")))` is totally fine, because I use a trailing newline in `out` data to work out if you're using `print` or `println`. Now...
Yep! It splits up messages into chunks, I guess it's a memory limiting thing, to prevent 3GB objects being encoded and decoded. I basically can't tell the difference between two...
I tried these settings but they didn't make nREPL behave any differently for stdout (they seem to work for results of evals, just not stdio), I've asked Bug since I...
Worked out how I'm going to do this! After reading through https://github.com/clojure-emacs/cider/issues/3055 I think I'll end up with something similar. I'm going to set up a tap once upon connection...
Hey there! So if `:h conjure` isn't working that suggests to me that the plugin isn't actually installed and activated. The best thing I can recommend right now is to...
I'm going to close this for now since it seeeems like a plugin manager issue? I can't reproduce this and it seems like a very one off thing, if you...
I see no reason why not, there's nothing special about any of the plugin managers as far as I know Any should work! On Sat, 15 Jan 2022, 09:57 Gelu...
So multiple plugin managers have this issue all on MacOS? Are all of you that are experiencing this on MacOS and if so which version? I don't have any Macs...
Also, more than just integration tests, I should test running under other environments like ARM and maybe (dare I say it) OSX/Windows?