Fork me on GitHub
#hoplon
<
2016-08-24
>
onetom00:08:01

@flyboarder: > database.cljs:47 Uncaught Error: No protocol method MatchboxDatabase.listen defined for type object: https://blaze-demo-23f77.firebaseio.com/_blaze/posts i guess i've installed a few libs compiled from master along the way yesterday so this might be related to that

flyboarder01:08:59

Can you make sure your version of brew is using firebase-cljs 1.0.0

onetom02:08:38

has anyone managed to make boot-reload work with wss? there is an issue about this but it's closed: https://github.com/adzerk-oss/boot-reload/issues/75 i don't quite understand the reason why was it closed. is there some example setup which shows a complete system with certificates and stuff too?

onetom11:08:03

@flyboarder no luck, but i will get back to it in a week or two because u made me interested in firebase again

onetom11:08:24

he mentions (defonce state (atom {})) as a technique to preserve app state while live coding

onetom11:08:36

how come the hoplon demos are not using (defonce state (cell {})) with boot-reload?

onetom11:08:26

hmmm... never mind, i see there are lots of defonces there