Brandon Simmons

Results 120 comments of Brandon Simmons

I'm just exploring this space, but there is also http://hackage.haskell.org/package/data-has which might be useful

Sorry to be out of touch on this! I'd like to try my hand at this but may not be able to make the time for it in the very...

Is there a plan for a release on hackage that supports Route 53? Thanks!

FWIW as a user I wouldn't mind seeing the package split up into many parts, even to the level off having a separate package for stuff like signing API calls....

Probably silly question: Is the goal here just to be able to minimize the possible attack surface, e.g. potential bugs in one of the Array methods? Or is there a...

@maximkulkin yep, installing GHC 7.8 is really easy (as schell suggests) and works cleanly alongside whatever other versions of GHC you have installed (the only thing that might be overwritten...

the fetch-and-add primop exposed in `atomic-primops` tends to perform very well (on x86) if you want a slightly simpler solution. Be sure to make your own counter that's padded on...

>> I wonder sometimes how much a ScrollToLastCommand action would help with a lot of my long scrolling TBH. > > Fyi I've looked into that and it's not possible...

(FWIW I had hoped a function like this, or a more straightforward histogram function, was present here)