This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-10
Channels
- # aleph (1)
- # beginners (4)
- # biff (7)
- # calva (7)
- # cider (8)
- # clara (17)
- # clerk (19)
- # clj-kondo (30)
- # clojure (12)
- # clojure-austin (1)
- # clojure-europe (12)
- # clojure-losangeles (1)
- # clojure-norway (21)
- # clojurescript (2)
- # datalevin (1)
- # datomic (24)
- # duct (3)
- # fulcro (8)
- # hyperfiddle (8)
- # lambdaisland (4)
- # membrane (6)
- # missionary (7)
- # off-topic (55)
- # overtone (2)
- # reagent (4)
- # reitit (4)
- # releases (6)
- # shadow-cljs (80)
New release of the vega-lite gallery in EDN format for easy copy/paste to Clojure: Code: https://github.com/behrica/vl-gallery-edn Live app: https://vlgalleryedn.happytree-bf95e0f8.westeurope.azurecontainerapps.io/ Changes: • improved performance via by serving local svgs • larger plot preview • added "copy EDN" button
One thing I noticed is that the sub-page links return "Page not found", https://vlgalleryedn.happytree-bf95e0f8.westeurope.azurecontainerapps.io/bar
yes, I noticed it. probably I should make stable links to subpages. I played with htmx, just figuring how to do.
Fwiw, if the pages are static, then I've found just using github pages for hosting to be a good option.
yes, I had a static version before, but was curious to play with Azure Container Apps. Currently I have the "svgs" served by the web server, which makes it much faster, instead of downloading them from GitHub. I have as well a never-concluded PR to integrate them into the vega-lite website as static pages. Azure App Container I pay for, but very little. It scales down to "zero", while not in use, and so costs very little a month.