Avery Quinn
Avery Quinn
Cool, I'm a little busy with some other Cookbook and Pedestal stuff, so I'll have to take a look later next week.
Yeah, I like what you're doing on updating template server to include a few more options! Really cool stuff to see all of those sample. One note: Do you mind...
I'd say the process should be: 1. Complete pedestal/pedestal#114 (remove `url-for` from templates and verify everything is still peachy) 2. Re-generate service samples w/o `def url-for`
Hmm, there is something really wacky going on here. Cursory search shows that other Leiningen-based setups have hit this problem before: [LightTable](https://github.com/LightTable/LightTable/issues/794), [JIRA](http://dev.clojure.org/jira/browse/CMEMOIZE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel). I've tried some of the techniques mentioned...
Hmm, I can't say for certain where the issue is coming from. I suspect it may have to do with some poor interaction between Leiningen, the libraries it uses for...
I’ve thought about the idea, but never had the time to implement it. I do think Conformity could be a bit more intelligent.
> On Jul 17, 2017, at 3:36 PM, Daniel Compton wrote: > > I've been thinking about this a little bit, here's my current thoughts. > > Background > >...
I think the best approach is to build schema incrementally through a number of cumulative immutable transactions. I think if you wanted to re-write things as you’ve described, you’d either...
I don't believe there is currently. There's [good documentation](http://docs.datomic.com/best-practices.html#pipeline-transactions) on pipelining transactions. I'm not able to take this on right now, but I'm open to others trying.
I'm experiencing this error as well. I'll chime in if I find a solution. I might have to brush up on my viml chops..