Akhra Mellivora Gannon

Results 7 issues of Akhra Mellivora Gannon

I keep running into issues arising from `Has`, and especially its interplay with the concrete `HasFoo` class idiom. Today this culminated in encountering a runtime loop on code that shouldn't...

An ops-minded coworker pointed out that this was missing from my Magicbane-powered requests. There should be _some_ default, since a lot of APIs will reject any request without one.

This is closely related to #546. Initially I thought there was some oddness specific to derived instances, but [this comment](https://github.com/bos/aeson/issues/546#issuecomment-299991780) pointed me toward a nice trivial example of the underlying...

JSON-LD specifies a number of [descriptive tags](http://www.w3.org/TR/json-ld/#syntax-tokens-and-keywords) which are intended to be injected as metadata into JSON objects ([nice example here](https://developers.google.com/schemas/formats/json-ld)). A lot of it is stuff there's no reason...

help wanted

Currently we can get the first half of this via `keys` and the second via `toList`, but I see no permanent guarantee that those have the same ordering (it's implied...

Optimally, these are trivial: ```haskell {-# LANGUAGE GeneralizedNewtypeDeriving #-} deriving instance Serialize a => Serialize (Const a) deriving instance Serialize a => Serialize (Identity a) ``` But I have no...

symptom: running natively on Linux via Steam, game froze on launch (before creating a window) with 100% CPU usage; had run fine before. launching via `keeper_linux.sh` showed infinite repetition of:...