Fork me on GitHub
#hoplon
<
2015-09-01
>
onetom11:09:08

facepalm

The following artifacts could not be resolved: hopon:boot-hoplon:jar:0.1.7, hopon:hoplon:jar:6.0.0-alpha9: Could not find artifact hopon:boot-hoplon:jar:0.1.7

micha12:09:39

@onetom: how did you get that error?

onetom12:09:57

well... just read it closer 😉

micha12:09:27

i know i will shit bricks when i see it simple_smile

micha12:09:51

did i forget to push something to clojars?

micha12:09:51

ah boot-hoplon not poosh

micha12:09:05

oh wait, no it is

micha12:09:23

tricky one

onetom12:09:25

hence the face palm emoticon which is quite unrecognizable simple_smile

micha12:09:51

haha i recognized it

micha12:09:06

an excellent emoticon

onetom13:09:18

so my SPA branch is on the latest version. im gonna merge it into master. it still suffers from FOUC and the hubspot library makes it stall but fck it i want to move forward

micha13:09:12

tonight we can look at it

onetom13:09:16

that would be great

micha13:09:32

there is a nuclear option for FOUC and possibly hubspot that we can try

onetom13:09:26

micha: btw, w this new hoplon can i handle cells as DOM elements? imean can splice in vectors of DOM elements into the middle of other DOM elements conditionally (but without wrapping them into a container div)?

micha13:09:00

there might be a bug or two lurking, but it should work

onetom13:09:06

i can imagine one slowness might be caused by the fact that im generating all pages but with style="display:none"

micha13:09:29

yeah there are ways to mitigate that

micha13:09:36

lazy loading based on route

micha13:09:45

that's what we do in our app

onetom13:09:14

hmm... no, actually im already rendering the different (html ...) "elements" within a (condp ...)

onetom13:09:54

lazy load what, the stem cells or hlisp?

micha13:09:11

well both sort of

micha13:09:20

the stem cells populate loop-tpl mostly

micha13:09:35

so none of that happens until you navgate to the route

onetom14:09:21

have u implemented your own refresh/caching logic too?

micha14:09:54

yes we have a state machine that handles that