Fork me on GitHub
#hoplon
<
2016-08-23
>
onetom01:08:42

@alandipert: @micha thanks for taking the time for this hangout! how does this unhangout thing works, btw? can i just use this TurboComputingFortress "room" any time with my friends as a permanent google hangout link?

alandipert02:08:07

but yeah, that's what it is basically, a permanent hangout link

alandipert02:08:19

you're welcome to use it but me and my friends might join also from time to time

onetom02:08:08

well, i was thinking about using it according to its tagline > Ongoing discussion of computing both professional and recreational. if i want a quick screen sharing session to help people with clojure, boot, hoplon, etc i would invite them to here

alandipert02:08:34

sure, please do

alandipert02:08:37

wow, "Currently, our servers can support Unhangout events with up to 300 participants"

alandipert02:08:52

seems like we could definitely use it for an online unconf/lightning talk platform

onetom04:08:04

@flyboarder: it was nice to see you in-semi-person 🙂 i just wanted to try your blaze blog, but it can't find hoplon:boot-hoplon:jar:0.3.0-SNAPSHOT i've checked what's the latest version on booth hoplon/boot-hoplon and flyboarder/boot-hoplon but none of them are on 0.3.0-SNAPSHOT (i was really surprised to see that i was the last committer... i have no recollection what so ever to do that commit... it was 2 days before i flew to hungary and i was already a bit sick..)

flyboarder05:08:19

@onetom: you need to pull in the PR i have here: https://github.com/hoplon/boot-hoplon/pull/5 and bump your version

flyboarder05:08:05

i pushed the snapshot version to that branch for you

onetom05:08:20

now it complains about hoplon.bidi. i've installed brew/master though by putting 0.2.0-SNAPSHOT into version.properties

flyboarder05:08:10

try running boot develop in brew repo

flyboarder05:08:32

should build 0.2.0-SNAPSHOT

flyboarder05:08:50

I also just synced blaze repo again, trying to stabilize the deps

flyboarder05:08:13

yeah my latest version should be stable now, at least to get running

flyboarder05:08:52

it will require the PR’s i have open for boot-hoplon and hoplon w/ jquery split

onetom05:08:12

> Error: No protocol method MatchboxDatabase.listen defined for type object: https://blaze-demo-23f77.firebaseio.com/_blaze/posts but never mind, i will try later when versions has settled a bit more. back to work now and thanks for the help

flyboarder05:08:26

I know that error, it’s not using the correct version of firebase-cljs, could you let me know which version it resolved to?

flyboarder06:08:48

@onetom: and anyone else who has issues running blaze due to all the dev deps, here is a live demo: https://blaze-demo-23f77.firebaseapp.com/

flyboarder06:08:22

the whole thing is currently made by wrapping libraries and using bindings to pull them together instead of hard coding everything, this way any part can be swapped for another implementation just by adjusting the bindings in the index page

onetom06:08:00

@flyboarder: have u seen the deps i sent u in private?

flyboarder14:08:04

@onetom: yeah don't see the issue tho

tbrooke15:08:29

@flyboarder thanks - I tried to run it earlier and crashed because of the deps — I’ll give it another try - I think the Hoplon/Firebase model will work nicely for a lot of apps!!

flyboarder17:08:43

@onetom I fixed the dependencies in hoplon\brew ^ This resolves your error.