Austin Seipp

Results 185 comments of Austin Seipp

If we set AppVeyor up again, we can easily get a 32bit Windows build running -- which we should do anyway.

For the record, Windows *was* working previously with AppVeyor, and it was our 32-bit build, and it did flush out issues as noted. That said my AppVeyor setup broke a...

The overall motivation seems reasonable. Just writing down my opinions for anyone who tackles this: 1) I am strongly against any dependency on `aeson` for `cborg`, and wouldn't accept (or...

I can't really think of a reason it's not done yet, no. Feel free to write a patch.

That's a good point. I'm honestly not sure where I stand on this one; I think it's probably fine in practice because any usage of `mempty` would be a no-op...

Greg, something like this would be really neat to see upstream or in public, at least. Do you think you have any chance of at least sketching out what you'd...

Yes, this is worth pointing out. For people who end up looking here, the essential impact is this: CBOR has a notion of types for the keys in a Map,...

@Gabriel439 Sorry for being late on this one Gabe; can you still reproduce this or provide specifics? I've been cleaning up some stuff but I can't reproduce this with GHC...

Another possibility: `clock_t` is of variable size depending on the platform, so this could be a issue with the harness merely giving ranges that are out of bounds...

Offering compression is possible but it's worth nothing that it's relatively CPU heavy; e.g. `nix-serve` actually *stopped* serving `.nar.bz2` files [because it was too CPU intensive](https://github.com/edolstra/nix-serve/pull/7), even with a single...