Fork me on GitHub
#calva
<
2023-10-01
>
Ingy döt Net14:10:28

This is Calva's (I think Calva is responsible here) mechanism to handle (read-line)

Ingy döt Net14:10:14

I was thinking it would be cool if Calva kept a history that you could access with up and down keys

Ingy döt Net14:10:09

Also if you hit esc in that dialog you get:

; Execution error (InterruptedException) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject/await (AbstractQueuedSynchronizer.java:1638).
in the repl window

Ingy döt Net14:10:40

should probably return nil

1
pez14:10:42

Yes, could be more graceful.

pez14:10:28

The VS Code API does not allow for history via up/down keys, but we could list the history in menu below the input box, I think.

Ingy döt Net17:10:03

Would it be possible for Fiddle to default to something like fiddle.clj in a given directory? I currently am making 2 symlinks for every namespace file I have here: https://github.com/yaml/yamlscript/tree/clojure/clojure/test/fiddle/yamlscript They all point to https://github.com/yaml/yamlscript/blob/clojure/clojure/test/fiddle/yamlscript/fiddle.clj

Ingy döt Net17:10:01

That looks like what I need. Thanks.

Ingy döt Net19:10:25

@U013JFLRFS8 that worked perfectly. Thanks again.

👍 1
metal 1