This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-23
Channels
- # admin-announcements (1)
- # alda (1)
- # bangalore-clj (5)
- # beginners (17)
- # boot (392)
- # capetown (4)
- # cider (16)
- # cljs-dev (24)
- # cljsrn (33)
- # clojure (106)
- # clojure-berlin (1)
- # clojure-nl (1)
- # clojure-russia (168)
- # clojure-spec (85)
- # clojure-uk (137)
- # clojurescript (83)
- # clojutre (4)
- # component (10)
- # cursive (6)
- # datavis (9)
- # datomic (11)
- # defnpodcast (15)
- # dirac (4)
- # docker (1)
- # ethereum (1)
- # hoplon (27)
- # jobs (5)
- # jobs-rus (1)
- # lein-figwheel (2)
- # luminus (5)
- # off-topic (5)
- # om (13)
- # onyx (60)
- # parinfer (2)
- # planck (12)
- # proton (2)
- # re-frame (45)
- # rethinkdb (5)
- # ring-swagger (9)
- # spacemacs (9)
- # specter (49)
- # test-check (1)
- # untangled (104)
- # yada (10)
@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?
@onetom you can create your own "room" at https://unhangout.media.mit.edu/
but yeah, that's what it is basically, a permanent hangout link
you're welcome to use it but me and my friends might join also from time to time
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
sure, please do
wow, "Currently, our servers can support Unhangout events with up to 300 participants"
seems like we could definitely use it for an online unconf/lightning talk platform
@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..)
@onetom: you need to pull in the PR i have here: https://github.com/hoplon/boot-hoplon/pull/5 and bump your version
i pushed the snapshot version to that branch for you
now it complains about hoplon.bidi
. i've installed brew/master
though by putting 0.2.0-SNAPSHOT
into version.properties
try running boot develop
in brew repo
should build 0.2.0-SNAPSHOT
I also just synced blaze repo again, trying to stabilize the deps
yeah my latest version should be stable now, at least to get running
it will require the PR’s i have open for boot-hoplon and hoplon w/ jquery split
> 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
I know that error, it’s not using the correct version of firebase-cljs, could you let me know which version it resolved to?
@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/
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
@flyboarder: have u seen the deps i sent u in private?
@onetom: yeah don't see the issue tho
@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!!
@onetom I fixed the dependencies in hoplon\brew
^ This resolves your error.