Results 189 comments of Taylor Fausak
trafficstars

It looks like another user ran into this problem: https://github.com/haskell/cabal/issues/6440#issuecomment-1120314764 I understand that you do not want to merge this change. Is there anything I can do, or indeed anything...

Oops, my bad. Not sure why I thought you were a maintainer. I think @bgamari is the only maintainer?

So essentially the official advice is "good luck"? That's disappointing. Here's my summary of the changes and what you'll need to do to support them: - https://github.com/haskell/aeson/pull/866: Introduced the `Data.Aeson.KeyMap.KeyMap`...

Both 9.2.3 and 9.2.4 work with this action. The documentation is unfortunately out of date.

An alternative to introducing new operators is to add a function that removes keys that point to null values. I came up with this: ``` hs import qualified Data.Aeson as...

For what it's worth, I was not able to reproduce those benchmark results. For me, named routes were slower than the old way of doing things by a fair bit....

I am able to reproduce the performance difference between Servant 0.18.3 and Servant 0.19. I'm using the same setup as before, which is with Stackage LTS 18.28, which uses GHC...

It is now! 😄 https://github.com/haskellweekly/haskellweekly/blob/haskellweekly/data/newsletter/issue-330.markdown

Great! Would you like to submit a pull request adding this to issue 330?

Fixed by a7feaa801f29510847a9806abba8752fc0002ac6.