This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-13
Channels
- # aleph (3)
- # announcements (2)
- # babashka (15)
- # beginners (84)
- # biff (28)
- # calva (2)
- # cherry (1)
- # clj-kondo (24)
- # clojure (69)
- # clojure-austin (35)
- # clojure-brasil (7)
- # clojure-conj (2)
- # clojure-europe (83)
- # clojure-losangeles (1)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-portugal (5)
- # clojure-turkiye (2)
- # clojurescript (25)
- # css (4)
- # cursive (11)
- # data-science (26)
- # datahike (4)
- # datalevin (2)
- # emacs (19)
- # gratitude (1)
- # honeysql (1)
- # hyperfiddle (45)
- # introduce-yourself (5)
- # lsp (53)
- # malli (8)
- # mid-cities-meetup (1)
- # nrepl (19)
- # pathom (23)
- # practicalli (2)
- # proletarian (1)
- # rdf (2)
- # reagent (28)
- # releases (4)
- # shadow-cljs (11)
- # sql (13)
- # uncomplicate (6)
- # vim (7)
- # xtdb (3)
Updated https://github.com/practicalli/dotfiles
• Kitty Terminal: Add Gruvbox Material Dark Soft as default theme - update with kitty +kitten themes
• Docker: example multi-stage Dockerfile to build Clojure services using tools.build
• Docker: update to compose.yaml
docker compose V2 configuration to build and run a Clojure service, with persistence services examples (postgres, mysql)
• Docker: update to swagger-editor.yaml
to run the OpenAPI swagger editor locally in Docker and work with JSON and YAML OpenAPI specification files
• Make: updated Makefile
tasks to include build.tools tasks and print Kaocha configuration
https://practical.li/clojure/testing/test-runners/kaocha-test-runner/ updated with examples of using Kaocha test runner with make, Clojure CLI aliases (from Practicalli Clojure CLI Config) and a Kaocha shell script. There is a nice presentation of test output when the test runs, e.g. if there are println or other console out data.