Victor Bjelkholm

Results 199 comments of Victor Bjelkholm

Yeah, I'm leaning towards option 2 as I think it would work longer (considering that eval changes) and require less magic that people working in the repl might not be...

Ah, this is a interesting idea, we can also hook into the tonic-dev values if they exist in the repository (http://blog.tonicdev.com/2015/10/28/npm-plus-tonic.html) I say yes to this!

So, I've checked out both `cli-color` and `chalk`. Both seems good but introduces many dependencies compared to `colors`. One reason why `colors` have been my go-to module when it comes...

The network requests are the overhead really, and I would prefer to have a small number of tiny dependencies rather that a big number of them Yeah, I'm not relying...

Agreed, should default to the modules name as if you omitted the equal sign completely.

Oh, I haven't tried trymodule with private modules. I can see this being a good feature if we can solve it with nice looking code for sure, but in a...

Another to try to read if there is a package.json (which should be a nodejs module) is `~/.npmrc` which could contain the users preferred that gets set when doing `npm...

Yup, absolutely. Thanks for the report!

Fixing this would involve changing the [`metadata-handler`](https://github.com/open-services/open-registry/blob/master/src/open_registry/http.clj#L26) to return with [`content-type`](https://ring-clojure.github.io/ring/ring.util.response.html#var-content-type), just like the [`index-handler`](https://github.com/open-services/open-registry/blob/master/src/open_registry/http.clj#L70-L74) does. This would be a good first issue for someone to implement if they are...

> Hi @victorb, this is a great project, thank you for taking the time to do it. Thanks, makes me very happy to hear! :) > I saw that you...