Fork me on GitHub
#hoplon
<
2016-04-21
>
dm310:04:33

@alandipert: hope you don't mind if I borrow a part of your 2013 FRP Javelin presentation for my today's presentation?

jouerose11:04:55

looks like the elixir community is writing a beautiful web development story with phoenix framework

dm311:04:46

any good lessons to be learned there?

dm311:04:35

I understand it's more like Rails in scope

thedavidmeister12:04:29

kind of random question

thedavidmeister12:04:46

can i use deftype to make something like a scalar

thedavidmeister12:04:56

rather than a collection with lookups and stuff?

thedavidmeister12:04:03

i’m a deftype noob simple_smile

dm312:04:44

yes, you can

alandipert13:04:19

@dm3: please use any materials you want and good luck!

dm314:04:28

ok, thanks simple_smile

raywillig14:04:39

hi perhaps a little off topic. has anyone on here used typeahead? i’m struggling with what a local source function looks like in cljs any help appreciated.

flyboarder16:04:09

@raywillig: can we see the fn you have?

flyboarder16:04:43

Also -alpha14 🙏

raywillig18:04:14

@flyboarder: thanks for looking. I think i’ve got the basics working but still encountering a couple weird issues https://gist.github.com/5956ddafdabd1dd29784b0eff7550842

flyboarder18:04:54

hm not sure i see a problem, looks to be returning things correctly

raywillig18:04:48

well, it is sort of, until i start typing in the box, it’s not showing the new suggestions.

raywillig18:04:26

i’ve put some console.log statements in the typeahead.js and I see they’re getting passed properly but something goes south when it tries to render them

raywillig19:04:40

hmm that was strange, but apparently setting :highlight true in the options made it blow up

leontalbot23:04:25

@jumblerg Would you mind explaining a bit the refactor of window component ?

leontalbot23:04:03

For the routing part?