This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-03
Channels
- # aleph (2)
- # announcements (13)
- # babashka (7)
- # beginners (36)
- # calva (26)
- # cider (11)
- # circleci (13)
- # clj-kondo (15)
- # clojure (105)
- # clojure-europe (79)
- # clojure-nl (3)
- # clojure-uk (6)
- # clojurescript (17)
- # conjure (4)
- # core-logic (2)
- # cursive (10)
- # data-science (5)
- # datalevin (11)
- # datalog (14)
- # eastwood (6)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (34)
- # google-cloud (1)
- # graphql (3)
- # introduce-yourself (7)
- # jobs (1)
- # leiningen (17)
- # lsp (46)
- # malli (2)
- # minecraft (3)
- # missionary (19)
- # off-topic (31)
- # other-languages (49)
- # polylith (2)
- # portal (5)
- # practicalli (1)
- # quil (77)
- # releases (1)
- # remote-jobs (1)
Finally discovered what was breaking my markdown tables, orgtbl-mode was hijacking TAB
and changing the pipe character in the table into a plus character.
I've https://github.com/clojure-emacs/cider/issues/3125`cider-clojure-cli-aliases`https://github.com/clojure-emacs/cider/issues/3125 which is usually done in a .dir-locals.el
file. Basically removing all the execution options and fixing the double colon that is sometimes produced in the jack-in command
Also fixed some links in practicalli/clojure-deps-edn and streamlined markdown rules I'm using via MegaLinter (a GitHub action I'm steadily adding to all the books to enhance the quality)