This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-17
Channels
- # announcements (7)
- # architecture (12)
- # babashka (5)
- # bangalore-clj (4)
- # beginners (70)
- # biff (23)
- # calva (21)
- # clojure (130)
- # clojure-bay-area (3)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-europe (55)
- # clojure-finland (4)
- # clojure-greece (5)
- # clojure-nl (3)
- # clojure-norway (10)
- # clojurescript (52)
- # code-reviews (4)
- # community-development (1)
- # data-science (7)
- # datahike (6)
- # datomic (1)
- # events (1)
- # figwheel-main (7)
- # fulcro (23)
- # helix (2)
- # honeysql (32)
- # malli (18)
- # membrane (6)
- # nbb (22)
- # nyc (1)
- # off-topic (26)
- # pathom (2)
- # polylith (34)
- # quil (13)
- # releases (1)
- # remote-jobs (4)
- # scittle (1)
- # shadow-cljs (52)
- # sql (24)
- # tools-deps (17)
- # vim (11)
- # web-security (15)
- # xtdb (6)
hey, y'all, not sure where to post this but I wanted to point out, in case you weren't aware, that it's transgender awareness week, culminating in the transgender day of remembrance on sunday. it's pretty important to me personally so I felt like it would be good to share. 🏳️⚧️
A trans friend of mine from university has been regularly posting remembrance lists: https://annajayne.medium.com/ -- she wasn't the first trans person I knew (that was a colleague in the mid-'90s) but she was the first whose complete transition and personal story I read online.
Load ClojureScript (#nbb) in Github comments via robobun :) https://github.com/babashka/nbb/issues/277#issuecomment-1318492648
So I'm curious, is hammock-driven development "hardcore"? [asking for a very wealthy friend]
Define "hardcore"
It's the most hardcore, because you've transcended the crutch of the physical machine. It's like the difference between mental chess and regular chess; only the most brilliant can do hammock-driven development. (LMK if your friend needs my venmo address to thank me for my insight)
is there a general name for an s3 bucket that hosts a maven repository? Is that a wagon or is that the code that knows how to connect to it? If we were to host some jars in a bucket is there a name for that?
a wagon is what maven calls the plugins that talk to different kinds of respositories
i see. i think we haven’t found a “right” way so we’re just trying to follow other directory layouts, the metadata and let it be public
i wasn’t sure if maven was a particular website, a protocol, or what. thanks that is helpful
wagons are the old api, transporters are the current api. But the thing you’re making is a maven repo.
nice. thanks. i wasn’t sure if maven was a company, a particular repo, or a generic name for repo. appreciated
I used to use a lein plugin to be able to read + deploy jars to maven - was probably https://github.com/pjstadig/lein-maven-s3-wagon.