Don Jackson
Don Jackson
Just chiming in here: I agree that "Ubergraph would benefit from graph attributes". I am currently working on a project that builds graphs from aircraft flight procedure datasets, the graph...
My 2 cents would be to restrict this feature only the entire-payload. Smaller things could be passed in as args or env vars. If not, then I would vote for...
The vast majority of my work is in clj, with only a little cljs. I also use tick in almost all my projects. I have a strong need for `java.time.ZonedDate.Time`,...
There is an existing (private) function `create-server`. How about making that function be public, and support a version of `run-jetty` that would just take a created server and run it?...
I'm having the same problem with rebl versions 0.9.218 or 0.9.220 Has this issue been brought to the attention of the REBL folks?
@seancorfield That works for me! Thx for you help here (and on Slack)
@citizenparker I define my entities like this: (ns likestream.db.pg.entities (:use korma.core pghstore-clj.core)) (defentity businesses (table :businesses) (prepare #(update-in % [:details] to-hstore)) (transform #(update-in % [:details] from-hstore)) (prepare #(update-in % [:location]...
Sorry for the slow response. I do not understand why you need to provide any username/password, for the master and nodes, in my environment, I can ssh into these machines...
When I wrote this initially, I was under the impression that step 3 was to join the nodes, and then step 4 was to start/enable the pod network. Either I...