Marco Z
Marco Z
But I hope the .hs -> .lhs conversion will be handled by the IDE (this https://github.com/jeffreyrosenbluth/Literate does that)
I'll leave this here for now: http://casual-effects.com/markdeep/ this is a javascript snippet that acts as a Markdown renderer with additional features such as MathJax (see also my #25 ), some...
Thanks @chrisdone for the input; here's my Hackage usage pattern instead: * Haddocks : 1. search by package name 2. navigate to definition * Discovery : * browse by category...
So, to summarise what seems to be the consensus so far (also gathered from https://www.reddit.com/r/haskell/comments/86j373/rfc_alternative_hackage_homepage_layouts/ ) : Homepage layout: * Move package search front and center * Simplify home page...
@gbaz seeing the number of suggestions here and related tickets, it might take some coordination effort. If you could add me to the `hackage-server` as a collaborator, I'd set up...
@hvr I thought of the need to arrange groups of tickets in some order, possibly highlighting their dependency. The usual ToDo/Doing/Review could possibly work? I'm willing to lend a hand...
If you know of a more appropriate technique that also has convenient Github integration,please advise. GH just offers project boards On Sat, 24 Mar 2018 13:29 Herbert Valerio Riedel, wrote:...
@visortelle Great initiative ! > improve the Hackage API or build a simple presentational API on top of Hackage's. Some API methods are missing, some don't respond with JSON. That...
@pkkm @treeowl you could use `tdigest` for this: http://hackage.haskell.org/package/tdigest
@rrnewton almost two years late, but I wonder how did you proceed with your data cleaning step? Rather than throwing performance datasets away it would be very instructive if these...