Ian Jeffries

Results 69 comments of Ian Jeffries

Also @rightfold your [twitter comments](https://twitter.com/rightfold/status/865998951127932932) are super relevant: > In PureScript, additional fields are only allowed if you explicitly allow them. You can't pass {x: 1, y: 2} to f...

Should typeclasses go on this list? My impression is no, since I don't see a principled way to implement them. You could have `class` schemas, but since Plate doesn't have...

https://github.com/haskell/cabal/issues/1562#issuecomment-243627994

@phadej: That's awesome! Will it work in the presence of CPP? I can't find the comment, but when I originally suggested [removing other-extensions from .cabal files](https://github.com/haskell/cabal/issues/3081) I was helpfully told...

> Also with cabal-refact there's "freedom" to not be always correct, as the changes should be reviewed by the human, so if there's some scenario where above won't work, it's...

@phadej: I agree with most of that. Going to email you about the rest since I've taken us way off topic from `aeson`:)

I'm not sure if we'll want to go with this implementation, or go farther and do server-side calculated initial pages, but this can at least give us something to start...

There's this: https://github.com/seagreen/concur-replica/tree/use-request-info, however I haven't made a PR yet, because `stack.yaml` can't point to the canonical `replica` until a `replica` PR is merged.

Might want to use `makeRelativeToProject` as well: https://hackage.haskell.org/package/file-embed-0.0.11.2/docs/Data-FileEmbed.html#v:makeRelativeToProject

Opened an issue for docs: https://github.com/haskell/text/issues/248