Fork me on GitHub
#clojure-uk
<
2018-06-22
>
manas_marthi07:06:10

Good morning all

thomas07:06:41

mogge 😼

guy08:06:38

Morning!

4
manas_marthi08:06:22

did anyone use ccw-ide?

manas_marthi08:06:47

I installed it on eclipse neon. It worked fine for one day. The next day I opened it after eclipse oxygen. It first showed an alert something along the lines "your workspace was opened with a later version of eclipse. do you still want to proceed?" I hit yes.

manas_marthi08:06:53

Eclipse never started after that

manas_marthi08:06:19

The error was "SWTException: Invalid thread access"

jasonbell08:06:38

Morning friends

thomas08:06:43

I haven't used CCW for years... no idea what it current state is @manas.marthi , maybe start with a new (ie. clean) workspace?

yogidevbear09:06:56

.
         .   :   .  
     '.   .  :  .   .'
  ._   '._.-'''-._.'   _.
    '-..'         '..-' 
 --._ /.==.     .==.\ _.--
     ;/_o__\   /_o__\;
-----|`     ) (     `|-----
    _: \_) (\_/) (_/ ;_
 --'  \  '._.=._.'  /  '--
   _.-''.  '._.'  .''-._
  '    .''-.(_).-''.    '
     .'   '  :  '   '.
        '    :   '
             '

😅 8
😎 4
4
hyankov09:06:04

Morning everyone

jasonbell10:06:20

Bono estente

thomas11:06:48

hettettettetetetetete Chris Waddle hetetetettetehetethetteh

👍 4
3Jane12:06:27

twinkle, twinkle, little star…

korny12:06:48

Credit for that ascii sun art goes to - me!

😄 4
thomas14:06:02

I have a spec question... how do I make check my map is correct if values are dependent on other values eg: {:language :EN :greeting "hello"} and {:language :NL :greeting "Hallo"} so the value of the key :language determines the allowed value of the key :greeting. does this make sense?

guy15:06:13

u can probs do a custom predicate

guy15:06:25

so u take the map, do some custom logic then return true or false

guy15:06:37

U wud then need to create a custom generator which probably uses similar logic

guy15:06:54

gimmie a shout if ur serious about it

guy15:06:58

:thumbsup:

danm15:06:07

That... does not sound like a good Oh God. What has it done?

thomas15:06:39

it downloaded the internet no doubt... it can do that.

thomas15:06:44

all of it!

jasonbell15:06:35

git clone spring.git ; mvn get-the-kettle-on make-dinner install

😂 4
mccraigmccraig15:06:44

i'm currently trying to deploy a fork of a java lib to my clojars... i know i've done it before, because there's an older version of the fork on my clojars, but i can't for the life of me figure out how. the clojars mvn instrux just bork in mvn's inimitable way

danm15:06:44

Meh. Boot does that. boot test on a new machine and it pulls down every version of Clojure ever, including the newest alphas, then uses the one that you actually asked for. Among other things

alexlynham22:06:13

(can anybody else tell I’m on SF time)

alexlynham22:06:27

(although it’s actually err 3pm here)

alexlynham22:06:09

having some fun with cljs lambdas, have written my lightning talk for July lambda lounge in mcr, the sun is shining… holidays are great

❤️ 4
4
otfrom11:06:15

I'd be really interested in seeing those slides/hearing that talk.

danm21:06:54

When is July's one? 16th? Deff want to make it to that. I've not actually looked at any cljs yet...

alexlynham02:06:48

tl;dr doing serverless lambdas so far is shockingly less painful than python lambdas at the day job

alexlynham02:06:02

but that might be b/c my personal AWS account I have god mode on lol