Folcon

Results 83 comments of Folcon

I might be hitting this as well, the fact that the edge protocols exist means that I was just expecting this to work: ```clojure (let [graph {:edges [{ :target "mammal"...

Ok, that wasn't the case for me it seems, I just didn't clearly understand how to use loom's graphs. The code below should work for the graph I defined in...

One thing that might be useful to add to the template in `dev-config.edn` is this message: ``` ; Don't forget you can also use the datomic mem db which can...

So I'm getting a fun problem. My datomic keys are being converted to json incorrectly I believe? My code feeds the result straight to the response function: ``` (response/ok (db/get-messages...

@yogthos Other than the above issue, I've got it mostly working. Would like to get this wrapped up today if possible.

Hmm, it doesn't seem to be working well. In both cases I get message keys like: ``` ":db/id", ":message/id", ":message/name" ``` Which get converted to: ``` ::db/id, ::message/id, ::message/name ```...

Ok @yogthos, worked out the issue. Had done the pull syntax incorrectly. I didn't realise you could get it to wrap elements in strings. More flexible than I expected. I've...

@rberger What kinds of things would you like to see in a tutorial? I've been using datomic more and more in my reframe app, so happy to try and document...

Gah, sorry @yogthos, I keep meaning to respond when I have something and unfortunately at the moment most of my focus is on the frontend side of development. However the...

Hi @tolitius, Sorry I wrote that in a bit of a rush and it's my fault for being super unclear. I did not mean to imply that you should know...