Fork me on GitHub
#hoplon
<
2015-12-07
>
tbrooke02:12:38

Is anybody using Hoplon with figwheel?

donmullen13:12:33

@tbrooke: I believe most Hoplon uses use boot - and thus boot-reload which does almost all of what figwheel does.

tbrooke17:12:31

@donmullen: Yeah, I was just curious if a boot-figwheel would be different, better or the same thing - just curiosity really since you hear so much about figwheel

donmullen17:12:36

@tbrooke: there was some discussion off pulling in figwheel code for boot-reload as a dependency - but I don’t think that has happened - possibly @juhoteperi experimented on a branch

xificurC20:12:20

@micha: so is the is-ie8 code checking if the browser is =, <, <=, > or >= to IE8?

micha20:12:46

well i only needed to support ie8

micha20:12:12

and the issue i specifically had with hoplon was that ie8 doesn't have the DOM stuff it's supposed to have

micha20:12:19

i.e. no Node type

micha20:12:36

so i sniff for that to be able to workaround it

micha20:12:55

so that would be <= ie8 i think

micha20:12:34

does hoplon work with ie7?

xificurC21:12:34

I have no idea simple_smile I'm just taking purecss a swing and it had this conditional piece for browser under IE8

xificurC21:12:45

what are you using at adzerk btw?

xificurC21:12:58

(CSS framework if that wasn't clear)

micha21:12:05

bootstrap

xificurC21:12:27

ah, a classic then. I'm reluctant to try a big framework as there's so much to cope with for me anyway

micha21:12:38

that's what the designer we work with is familiar with

xificurC21:12:42

s/so much/so much new/

micha21:12:03

yeah he has it all figured out though

micha21:12:36

i wouldn't choose bootstrap myself

xificurC21:12:45

all these css frameworks seem so funny to me. It's like they are overloading the class attribute. Or was it always supposed to work that way?

xificurC21:12:39

feels like SQL again to me - concatenating strings. Is that really programming? Is it the best way to do programming?

micha21:12:30

it's terrible

micha21:12:47

i hope to demonstrate a way out of this

xificurC21:12:02

I'd love to explore the possibilities with hoplon in that area, but a) I have 0 experience so I'd need to play around with everything first and more importantly b) I don't have much free time next to my full-time job and family

xificurC21:12:13

why do I get a WARNING: Wrong number of args (4) passed to cljs.core/meta when calling this in hoplon

(meta :name "viewport" :content "width=device-width, initial-scale=1")

xificurC21:12:54

nevermind, it's html-meta