untangled

NEW CHANNEL: #fulcro
wilkerlucio 2016-11-09T01:25:39.004137Z

@tony.kay one other thing, what we should do if the response can't have meta tag (if the response is a string for example)?

wilkerlucio 2016-11-09T01:26:32.004138Z

in the current implementation it throws an exception, maybe it's better to validate the call in a pre-condition

mitchelkuijpers 2016-11-09T16:30:05.004160Z

Whohoo will be talking about untangled in 1,5 hour

mitchelkuijpers 2016-11-09T16:30:13.004161Z

Made my presentation in untangled ^^

mitchelkuijpers 2016-11-09T16:32:36.004164Z

Basically ripped of the presentation of @tony.kay 🙂

adambros 2016-11-09T20:10:53.004169Z

@wilkerlucio wait how can you respond with anything but a map?

wilkerlucio 2016-11-09T21:46:02.004174Z

@adambros on reads you can respond with any scalar, for example, given the query [:hello], a valid response is {:hello "world"} (so de value returned from the parser call is just the scalar "world"), I think it's an edge case, maybe don't worth address, what you think?

tony.kay 2016-11-09T22:19:53.004176Z

@wilkerlucio untangled-server 0.7.0-SNAPSHOT just pushed to clojars with your addition

🎉 1
tony.kay 2016-11-09T22:20:12.004177Z

@mitchelkuijpers love to know how it went

tony.kay 2016-11-09T22:21:56.004178Z

@wilkerlucio the response from a read/mutate are always maps aren't they? Oh...I see, the parser pulls the map apart. A precondition isn't much clearer, but probably is a good idea.

tony.kay 2016-11-09T22:22:29.004179Z

e.g. a precondition failure still looks like an exception, just with a different message (albeit possibly more easily understood)

adambros 2016-11-09T23:06:49.004181Z

i thought you have to return {:value …} from a read

adambros 2016-11-09T23:07:20.004182Z

but sure, a precondition is fine if im wrong

mitchelkuijpers 2016-11-09T23:37:16.004185Z

@tony.kay Presentation went great, people seemed very interested and asked lots of questions (which indicated they understood it) 😁

mitchelkuijpers 2016-11-09T23:38:04.004186Z

I tried out the I18n stuff btw, because I wanted to demo it. Cool stuff

tony.kay 2016-11-09T23:38:46.004188Z

Cool! The i18n is a little unpolished, but only because we haven't released anything that needed translations yet 😉

mitchelkuijpers 2016-11-09T23:39:12.004189Z

Explaining om.next and untangled was hard though

tony.kay 2016-11-09T23:39:13.004190Z

the crank is a little rusty on it

tony.kay 2016-11-09T23:39:35.004191Z

oh yeah, om next in a single talk is a feat. better to show the basics via untangled I think

tony.kay 2016-11-09T23:39:48.004192Z

I just gave @ethangracer that advice for his talk

mitchelkuijpers 2016-11-09T23:40:41.004193Z

I have shown only the simple stuff with untangled and some basic db stuff it worked fine

2016-11-09T23:40:54.004194Z

Its tough only to talk about Untangled though! So much overlap

tony.kay 2016-11-09T23:41:02.004195Z

yep

mitchelkuijpers 2016-11-09T23:41:10.004196Z

Yeah I think its needed

tony.kay 2016-11-09T23:41:10.004197Z

you need to hit react, graph db, idents

tony.kay 2016-11-09T23:41:17.004198Z

there are a lot of basics

mitchelkuijpers 2016-11-09T23:41:20.004199Z

Yeah

tony.kay 2016-11-09T23:41:31.004200Z

Ethan!!!! Welcome home 😉

mitchelkuijpers 2016-11-09T23:41:41.004201Z

I did the basics and then some cool demo s

2016-11-09T23:41:54.004202Z

Glad it went well @mitchelkuijpers !

2016-11-09T23:42:03.004203Z

@tony.kay: thanks 😁

mitchelkuijpers 2016-11-09T23:42:06.004204Z

When are you presenting @ethangracer ?

mitchelkuijpers 2016-11-09T23:42:11.004205Z

Thnx!

2016-11-09T23:42:14.004206Z

It was yesterday!

tony.kay 2016-11-09T23:42:19.004207Z

Oh, do tell!

mitchelkuijpers 2016-11-09T23:42:20.004208Z

Nice

2016-11-09T23:42:47.004209Z

I was exhausted after my first day at work so my brain was definitely drained unfortunately

2016-11-09T23:43:29.004210Z

There were a couple people at the end who were interested so we might see a couple new faces in here. Ended up being way less than 80, probably closer to 25

tony.kay 2016-11-09T23:43:43.004211Z

funny how that goes...same experience at PDX

tony.kay 2016-11-09T23:44:05.004212Z

new job good? Sold them on Untangled yet?

2016-11-09T23:44:29.004213Z

Yeah. I think a lot of people put in on their calendar in case they decide they want to go that day

2016-11-09T23:45:31.004214Z

😂 I wish I could incorporate Untangled but learning F# is literally my full time job at the moment... 8 hours of reading / tutorials / shadowing. It's a cool language

tony.kay 2016-11-09T23:46:12.004215Z

good deal. Yeah, it's got good minds behind it. The tools are where you'll suffer, I fear

2016-11-09T23:46:23.004216Z

Maybe we should port to F# 🤓

tony.kay 2016-11-09T23:46:40.004217Z

I'll await the PR

😆 1