This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-27
Channels
- # announcements (2)
- # beginners (85)
- # boot (4)
- # calva (4)
- # cider (14)
- # cljdoc (8)
- # cljs-dev (5)
- # cljsrn (10)
- # clojure (101)
- # clojure-europe (1)
- # clojure-italy (6)
- # clojure-nl (12)
- # clojure-spec (4)
- # clojure-uk (71)
- # clojurescript (119)
- # core-async (20)
- # cursive (1)
- # datascript (2)
- # duct (3)
- # emacs (19)
- # fulcro (150)
- # graphql (1)
- # hoplon (2)
- # instaparse (2)
- # jobs (1)
- # jobs-discuss (11)
- # joker (9)
- # luminus (6)
- # lumo (1)
- # off-topic (33)
- # onyx (1)
- # quil (1)
- # re-frame (23)
- # reagent (11)
- # robots (2)
- # rum (6)
- # sql (1)
- # test-check (10)
- # unrepl (1)
let me guess... you are all recovering from the party last night because today is a bank holiday?
Tbh, I sat up watching the EU results for the UK regions coming in until about 2am. Guess I need to relearn how to party properly π
Silly English language. Fooled me again with a double meaning word π
yeah, just use "celebration" ... no, wait, those are candies ... actually bring on the candies! π
Morning
morning
Supper time π
Homemade blueberry New York style baked cheesecake, my kitchen
As it is in mine right now π
well... just don't eat multiple cheesecakes in parallel and you should be mostly fine π
Tbf, this cheesecake is make using quark and fat free yogurt. You can also use Stevia. I think it's something like 200 calories per slice Vs the usual 800. Not too bad
With pleasure
I found the cooking time was closer to an hour with this one, but ymmv
I have a terrible habit of baking cookies for the week and eating them the same day
I'm not one of those people who can eat a biscuit a day. Put a box of Jaffa Cakes in front of me, and they'll be gone in 60 seconds
I have a suspicion that this describes quite a few of us here
Cookies will never outlast the night with me either @dominicm π
I put my chick peas and butter beans in the freezer after I've cooked them. Just doing the same with some fresh ginger...
@dharrigan Me and @jonpither have a terrible habit of emptying a box within a day of them being in the office.
I'm setting up a new laptop. Which version of JDK is the last generally stable (with Clojure)? I remember people had problems at some point but I can't remember the number
I'm using OpenJDK 11 as my default for new work now, but OpenJDK 8 for legacy projects.
Let's go with the safe option for now, I can always upgrade if I need the new features later
My main issue with OpenJDK 8 (on Mac) is that I haven't been able to get OpenJFX working with it (so I can't run REBL). I've had to keep an Oracle JDK 8 around for REBL on legacy projects. REBL works fine on OpenJDK 11 tho'...
had big issues w/11, cljs and lein at a workshop last week
:thinking_face: if you were using cider/orchard middlewares I suspect itβs not lein
or cljs
but the dynapath dependency, or similar introduced by your dev tooling.
Would have to remind myself but it was a lein cljsbuild error
Workaround via adding jvm args but one of those classic things that doesn't fill you with confidence when you're already working with a leaky abstraction :umbrella_with_rain_drops:
ok could well be lein-cljsbuild
though it surprises me a little⦠Do you know what arg fixed it? --add-modules=java.xml.bind
seems to be the most common for jdk9+
yeah I think maybe it was that
It was removing that (for Java 8) but then cljsbuild basically just didn't build anything for reasons I'm not clear on
yeah itβs a little frustrating that flag causes java8 to die β makes total sense that it would; but frustrating none the less
There is another flag that tells older JVMs to ignore any flags they don't understand.
We've found that using both largely gives compatibility across versions, though it's a bit ugly.
π I totally forgot that existed
@alex.lynham Good to know. We don't use lein
at work, nor cljs. Are there specific things to watch out for there? Version issues?
Different things for different machines and different OSs. Not a show stopper as there are workarounds, just a faff, which made me just go 'use 8'