This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-03
Channels
- # ai (1)
- # announcements (1)
- # beginners (5)
- # biff (23)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (22)
- # clojurescript (21)
- # data-science (1)
- # datascript (5)
- # graalvm (2)
- # gratitude (2)
- # humbleui (4)
- # hyperfiddle (10)
- # lsp (46)
- # off-topic (15)
- # pedestal (1)
- # reitit (3)
- # shadow-cljs (12)
- # sql (4)
HumbleUI is great, does anyone know how to open a local folder and select a file?
Thanks @U050UBKAA looking forward to the new features.
I got a prototype working for this on Mac, by adding this to the Window interface, though I'm not sure that's the right thing to do
public abstract void showFilePicker(Consumer<String> callback);
@U050UBKAA - curious what you think the right API for the file-picker is. Happy to make a PR if what I'm doing is close to what you'd expect.