Frederik Hanghøj Iversen
Frederik Hanghøj Iversen
This problem is related to (and a possible regression of) #48. My problem is that I cannot set the keyboard timeout with `smbios-keyboard-ctl`. The output I get when trying to...
I'd like to re-open #11. As a first iteration, `graphql-mode` could read `~/.authinfo` prior to sending a request, check if there is a mapping for the host in question, and...
## Change stipulated compatibility guarantees. I believe the compatibility table is wrong. Taking what it currently says in the readme at face value e.g. `rollbar-2.22.1` would support `ruby-3.0.2`. Which it...
It's currently not possible to parse documents that contain comments, as in e.g.: ``` """ A comment """ query T { } ```
Prior to this commit: λ parseWith (pure mempty) type_ "[B!]!" Done "!" (TypeList ...) With this commit we now have: λ parseWith (pure mempty) type_ "[B!]!" Done "" (TypeNonNull ...)...
There is a bug that prevents a document such as ``` input B { b: [B!]! } ``` from parsing. Note the difference between: ``` λ length parseOnly (many1 inputValueDefinition)...
This isn't really in a usable state, but my thought was that it should not be necessary to try and re-implement the AST of TypeScript types. In stead we should...
This change incorporate three changes * Upgrading the Stackage LTS version. * Generic algorithms for deriving `QueryParams` and `QueryResult` * A SQL quasi-quoter Please see the relevant commit messages for...
The paper referenced [here](https://github.com/atzeus/FRPNow/blob/master/Control/FRPNow.hs#L17) is a [dead link](http://www.cse.chalmers.se/~atze/papers/prprfrp.pdf).