Chris Price

Results 45 comments of Chris Price

This has been biting me pretty regularly, and it's not limited to the node `instanceof` check; I tried hacking the js source for that file inside of my `node_modules` directory...

So, the PuppetDB module is declaring the service within an "if !defined" block, while the request_manager module does not appear to be doing so. I'm not sure what "best practices"...

Reviewing option 1 from my previous commit message; it turns out that the module we're conflicting with (PE request_manager) specifies an extra parameter in the service resource declaration that we...

Thanks @hunner , that's helpful.

I believe this is the same underlying issue as #34, and yeah, we need to fix it.

@bhauman is there a difference between `strictly-specking-standalone` and `strictly-specking`? I see the former on clojars but can't seem to find the source code for it.

I played with this some today, mostly with the `trapperkeeper` project. It seemed to work great! That project uses lein-parent and lots of `managed-dependencies` stuff, and it worked fine. The...

I've tested against: ``` compojure instaparse liberator ring-core ring-devel ring-jetty-adapter ring-servlet http-kit timbre clj-http hiccup cheshire clj-time puppetserver puppetdb ``` Things I found: * throws an error for an empty...

@bhauman ah, gotcha. The clojars page for the standalone artifact has a link to a github repo for strictly-specking-standalone that shows up as a 404 for me. Might be worth...

can't wait for this! Thank you!