This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-01
Channels
- # announcements (4)
- # babashka (7)
- # beginners (11)
- # biff (4)
- # calva (11)
- # cider (21)
- # clerk (1)
- # clj-otel (1)
- # clojure (84)
- # clojure-art (3)
- # clojure-austin (1)
- # clojure-europe (25)
- # clojure-norway (14)
- # community-development (5)
- # events (1)
- # hyperfiddle (12)
- # off-topic (16)
- # polylith (23)
- # random (1)
- # re-frame (6)
- # releases (1)
- # thejaloniki (1)
This is Calva's (I think Calva is responsible here) mechanism to handle (read-line)
I was thinking it would be cool if Calva kept a history that you could access with up and down keys
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 windowThe 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.
Interesting
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
That looks like what I need. Thanks.