ldnclj

Find us on #clojure-uk
agile_geek 2015-08-03T04:40:57.000225Z

Morning

maleghast 2015-08-03T04:49:51.000226Z

@agile_geek: Morning :simple_smile:

maleghast 2015-08-03T04:49:58.000227Z

How is the World with thee?

agile_geek 2015-08-03T05:48:40.000228Z

@maleghast: OK. Currently in Newcastle train station before catching weekly commuter train to London. You?

maleghast 2015-08-03T07:24:55.000231Z

@agile_geek: Not too bad, thanks - I am in our HK office trying to stay awake...

agile_geek 2015-08-03T07:30:12.000232Z

Used to work with guys in China (Hangzhou), I was in UK, client was US (NY) so interesting turn around for feedback (24hr min). As I was Tech Lead/Architect in middle made for long days! Early morning ‘stand ups’ with Dev’s & late afternoon/evening with client.

pupeno 2015-08-03T07:40:25.000233Z

Good morning.

pupeno 2015-08-03T07:47:35.000234Z

With the luminus creator/maintainer we build a library for managing connections to SQL databases so that you don’t have to pass them around. It uses dynamically bound atoms and it’s the most use of Clojure features I did so far: https://github.com/luminus-framework/conman

maleghast 2015-08-03T08:16:42.000236Z

@agile_geek: Yep, I have similar issues now maintaining appropriate contact between tech and the European businesses, let alone the Mexico business.

benedek 2015-08-03T09:22:19.000237Z

👋 @rory

rory 2015-08-03T09:22:46.000238Z

hey @benedek :simple_smile:

maleghast 2015-08-03T09:52:32.000240Z

Ever have “one of those days”..?

maleghast 2015-08-03T09:52:42.000241Z

I seem to be having a lot of them lately… 😞

tcrayford 2015-08-03T10:09:23.000242Z

@pupeno: it supports browser javascript right now, and you can shim that to get cljs support (e.g. via adding an externs thing). I have a few customers using it happily with cljs. The sourcemap stuff for sure works great with it.

pupeno 2015-08-03T10:09:41.000243Z

Cool :simple_smile:

mccraigmccraig 2015-08-03T10:19:29.000244Z

@malcolmsparks: does that mean in 0.5 i won't need that custom header ?

malcolmsparks 2015-08-03T14:03:02.000245Z

@mccraigmccraig: in yada 1.0 you'll specify an access-control map in the options and yada will figure out the headers from that - but you can always specify a :headers options if you need full control

mccraigmccraig 2015-08-03T14:04:14.000246Z

@malcolmsparks: cool... will there be big changes to app code for 1.0 ?

malcolmsparks 2015-08-03T14:05:24.000247Z

not really - the main change is the function is now yada.yada/resource - no kv-args (I've bowed to pressure on that!) - just 2 args - the first is the resource (string, file, atom, etc. or your own Resource-satisfying record) - the second is an option map

malcolmsparks 2015-08-03T14:05:46.000248Z

content negotiation has changed, it's far more flexible now

malcolmsparks 2015-08-03T14:06:17.000250Z

how many resources have you created?

mccraigmccraig 2015-08-03T14:08:17.000251Z

currently, just 3, so i shouldn't have any difficulties :simple_smile:

malcolmsparks 2015-08-03T14:10:26.000252Z

1.0 will be released in a couple of weeks I suspect, it's much better than 0.4.3

mccraigmccraig 2015-08-03T14:11:43.000253Z

is it worth me using a 1.0.0-SNAPSHOT ? i expect to be creating a whole bunch more resources over the next couple of weeks

malcolmsparks 2015-08-03T14:12:30.000254Z

are you using SSE? I expect that's broken in 1.0.0-SNAPSHOT - otherwise give it a test-drive

mccraigmccraig 2015-08-03T14:13:20.000255Z

i'm not using SSE, so i'll try it out