Stephen Hopper

Results 16 comments of Stephen Hopper

+1 I'd like to use clojure-protobuf, but this is all so very fragmented and confusing

Hi @mtcronin99, I'm not sure that I follow. Can you explain your use case in more detail? What have you tried doing so far?

@pawelkaczor Feel free to submit a PR for this and I'll look at it.

@felipebonezi Per my review on #94 I still don't think we should merge this (#110) in. As @pawelkaczor mentioned in the PR, merging this PR results in the addition of...

I'm still having issues with this. I pulled down the 1.1.x branch of play-slick and master on slick-pg, built and published both projects locally and started using them from my...

tl;dr Is PAOS or one of its dependencies modifying default behavior for some underlying XML classes? It looks like the issue I've encountered is that paos / selmer is expecting...

I managed to figure out what was going on here. `indenting-transformer` in `clojure.data.xml.jvm.pprint` calls `(TransformerFactory/newInstance)` when generating indented XML. Behind the scenes, the factory checks a few different places when...

Thanks for putting this together. I'd also like to see us build out some kind of machine learning functionality on top of Onyx. I attempted to build out a [Clojure...

Does anyone have links to any particularly helpful papers on random forest or XGBoost? I'm having a hard time finding anything that gives a clear cut explanation of the algorithms.