Fork me on GitHub
#hoplon
<
2017-03-06
>
chromalchemy00:03:16

I'm just neurotic 🤓. I will see how far I can get w Javelin + FB.

chromalchemy00:03:35

Am I correct in assuming I can construct and visualize graphs off the denormalized data in Firebase? Can you query parent/child relationships in the Javelin cell graph?

chromalchemy00:03:08

Like creating a custom sub-graph from the dataflow that's going into the UI.

mudphone03:03:34

@micha I did indeed have to bump the Clojure version to 1.8.0 (when string/includes? was added). Updated the properties file and the build file.

mudphone03:03:59

Then had some problems with nrepl deps, so added that (not sure why that's required, but seems like it is).

mudphone03:03:19

Finally had an error on the tt html element, so changed it to code (just to replace with anything).

mudphone03:03:50

also reverted ring and ring-defaults to the latest stable (rather than beta versions)

mudphone03:03:13

there was a warning to remove boot-hoplon as a dep too... so did that

mudphone03:03:01

I'd be happy to send a gist or patch to whomever maintains the hoplon-castra template. Not sure who that is.

mudphone03:03:31

I guess a PR to the hoplon-castra-template?

mudphone21:03:53

Hmm, looking at the current lein template, it takes the latest versions of a lot of the deps. If I hard code them, seems like it will eventually get out of date and not-fun.

jjttjj21:03:18

seems like it would be better to lock down a template with hardcoded versions of things that work and update it occasionally than to blindly use the newest versions of things and break occasionally

alandipert23:03:48

@mudphone that's the one, PR would be great. Current way is terrible

mudphone23:03:40

roger, proceeding with PR 🙂