Fork me on GitHub
#clojure-europe
<
2024-05-10
>
dharrigan07:05:40

Good Morning!

Mario Trost07:05:01

Good morning and happy Friday

maleghast08:05:36

madainn mhath :flag-scotland:

ray09:05:05

Good morning

babashka 6
1
imre10:05:52

good morning

reefersleep11:05:08

Say that I have a general context where lein test is called generically for all subprojects in a monorepo. However, the particular subproject I'm looking at has no project.clj, only a bb.edn. Is there a nice, minimal way to enable lein to call bb.edn? I'm thinking of a "fake" project.clj used only for this thing, but maybe somenoe has solved a similar problem differently?

reefersleep11:05:47

This works, anyway;

(defproject my-bb-project "0.8.0-SNAPSHOT"
  :plugins [[lein-shell "0.5.0"]]
  :aliases {"test" ["shell" "bb" "test"]}
  ;;This project.clj just provides a target for 'lein test', as this command is run generically for all of our subprojects of /the-uber-project/
  ;;This is the only reason this file exists, as this project is not really a leiningen-managed project.
  )

lread15:05:50

I think I need one less coffee today after watching this video.

lread15:05:24

I showed it to my wife, "Look what Borkdude shared!" After 2 seconds, she said, "Oh no," and after 4 seconds, "No can do!" and shut it down, citing sensory overload. Maybe it needs a warning label. simple_smile

borkdude15:05:53

This is the video clip that belongs to that song: https://www.youtube.com/watch?v=gT2wY0DjYGo The above was the live performance yesterday

lread15:05:00

Thanks, less frenetic, very fun, creative and sweet - but I can't risk showing my wife. Hey, is the first video perhaps a reasonable facsimile of the inner workings of the hyper-productive borkbrain?

ray16:05:35

Oof that is sooooooo bad. Gotta be in with a chance.

lread17:05:36

So, a Canadian asking here, is Eurovision a contest for the most over-the-top performance?

lread17:05:37

Oh, maybe I watched this about that: https://www.imdb.com/title/tt8580274/

ray11:05:58

The singer has been ejected from the competition. Israel entry remains

borkdude11:05:53

Finally NL has a song which fits this hilarious political festival and ... we're out

1
ray20:05:23

TIL fspec calls the specced function many times 😮