Alex Mason

Results 48 issues of Alex Mason

I'm hoping that the effort required to support `stack` isn't too large, and brings several benefits, particularly protection against license changes between versions of dependencies.

We've noticed that if we create a chart from data which has a single data point (we think, we're confirming this and will know tomorrow), memory usage skyrockets, sometimes to...

It feels like the randomised generation of data that QuickCheck and Hedgehog offer are a good match for something like arbor - having something of type ```haskell testHedgehog :: Armored...

## Is the feature related to a problem? Please describe. Session management is good but limits concurrency with only the ability to interact with one session/pwncat command line at a...

enhancement

Implements `codepointOffset` with code from the FreeBSD project. I'm planning to explore making a vectorised implementation of the searching for 2, 3 and 4 char codepoints, but will leave that...

I've watched the higgledy from scratch videos, which were fantastic. The first thing that jumped out at me is that in memory representation of HKD Foo is going to be...

When the final column of a cvs may be empty, `decodeByName` fails with an endOfInput error when the column is of type `Maybe a`. ``` csv ...,1-2,5.3,Y,BAPS,12.85,13, ...,3,2.25,Y,BAPS,-,-, ...," B...

We have run into an issue with v0.10.0.0 where the code ```haskell go (DoneH hdr rest) = case indexedToParser toIndexed hdr (parseOrderedRecord @a) of Left errMsg -> FailH rest errMsg...

For a while we've been looking for a formatting style for import lists which reduces noise from whitespace changes when using Stylish-Haskell. Looking at the list of options available we've...

Recently I tried to implement some Value parsers for the [`thyme`](https://hackage.haskell.org/package/thyme) time library, which uses an internal representation very similar to PostgreSQL's (Microseconds since the MJD epoch, with Postgres using...