Marco Z

Results 199 comments of Marco Z

@garyb indeed, that's exactly where I'm now (just started with PS, playing with this repo). Where can I find a more idiomatic PS project for learning? Thanks!

At the very least, there should be docstrings on the two `runUI`s. Currently it's a bit hard to tell where you need which, unless you are copy-pasting code from a...

I did read it and understand it conceptually, but having more examples (perhaps contextual in the Pursuit docstrings) wouldn't hurt. For example, this is how it would look with `routing`...

@garyb indeed the above is coupled to `routing` , but they integrate so well that arguably halogen could re-export it.

In hindsight, I should have kept this off hackage, but that can't be changed now. While the scope of this library is valid, the internals are IMO pathologically inefficient and...

I found a need for this while writing a family of stochastic gradient descent algorithms; the conduit processes one data point of type `a` at a time and stops accumulating...

Indeed, your version of `foldWhile` is clearer. I'll prepare a PR!

CI fails against all Stackage LTS versions

Very nice! I was thinking a few days back that conduit is a perfect match for the AWS chunked transfer API, and suddenly I see this. Thank you for your...