The Wayback Machine - https://web.archive.org/web/20200714234845/https://github.com/erikd
Skip to content

Organizations

@haskell @alsaplayer @haskell-pkg-janitors @discus-lang @xiph @input-output-hk

Popular repositories

  1. A C library for reading and writing sound files containing sampled audio data..

    C 679 190

  2. Parser for JavaScript, in Haskell

    Haskell 135 42

  3. A Haskell library for writing HTTP and HTTPS proxies.

    Haskell 50 17

  4. A collection of tools (written in C) to do interesting things with sound files

    C 49 26

  5. An experiment in re-implementing big integers in Haskell.

    Haskell 41 5

2,747 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created a pull request in yesodweb/persistent that received 4 comments

Add proper support for Word64

Previously when the schema used Word64 as the column type, Persistent would would use SqlInt64 as the SQL representation which means that Word64 va…

+38 −7 4 comments

Created an issue in yesodweb/persistent that received 3 comments

DB representation for `Word64` values greater than `maxBound :: Int64` are negative

Defining a column as Word64 and writing a value in the range [maxBoundInt64 +1 .. maxBoundWord64] results in a negative value (ie the Int64 bit pat…

3 comments
You can’t perform that action at this time.