cursive

raspasov 2025-04-01T06:08:51.747209Z

Minor annoyance: any way to turn this kind of auto-folding off?

raspasov 2025-04-01T06:09:21.584559Z

Need to click to expand to:

raspasov 2025-04-01T06:09:43.911049Z

I’d prefer the latter, by default.

cfleming 2025-04-01T07:26:57.014549Z

I think you can turn that off at: Settings | Editor | General | Console

raspasov 2025-04-01T08:45:26.067749Z

Awesome! Worked šŸ™‚ Thank you!!

souenzzo 2025-04-01T14:34:57.952309Z

Thanks!

onetom 2025-04-10T08:10:05.277129Z

@souenzzo what did u exactly do here on this dialog? i don't see a checkbox to turn the folding off whole sale. have u added some exception(s) or removed some of the rules?

onetom 2025-04-10T08:12:43.434999Z

maybe =><Space> exception would be a good default to have in cursive, no?

cfleming 2025-04-10T09:31:30.508839Z

Yeah, that does look like a good one.

souenzzo 2025-04-10T09:35:10.557879Z

My current setup looks like this, and I'm pretty happy living in a pre-line-fold era. Note: history size is 1000, it is just "wrapped"

šŸ‘ 1
šŸ™ 1
souenzzo 2025-04-01T14:41:24.221469Z

Printing problems: Evaluating this on curisve REPL returns "nothing" (.http.HttpResponse$BodyHandlers/ofString) It should return/show the object: #object[.http.HttpResponse$BodyHandlers$$Lambda/0x000001e0012d5400 0x410e94e ".http.HttpResponse$BodyHandlers$$Lambda/0x000001e0012d5400@410e94e"] Exceptions in component/system throws a internal cursive exception

(com.stuartsierra.component/start (com.stuartsierra.component/system-map :hello  (with-meta {} `{com.stuartsierra.component/start ~(fn [_] (throw (ex-info "hello" {})))})))
Error handling response - class java.lang.RuntimeException: Unreadable form
In a plain REPL it throws
Execution error (ExceptionInfo) at user/eval3130$fn (REPL:1).
hello

cfleming 2025-04-02T20:17:01.442479Z

The HttpResponse one is https://github.com/cursive-ide/cursive/issues/3021, also fixed for the next build.

šŸ‘ 2