Ellie Hermaszewska
Ellie Hermaszewska
Is it possible to make linear/log switching a bit more discoverable? Perhaps a `Log/Lin` button at the top of the graph? I guess it's not bad at the moment (clicking...
It would be handy for the documentation to confirm the expected time and space complexity of the functions in `fgl`. Given that all the functions operate over instances of `Graph`...
It would be handy to have instances for `HasForeign` from `servant-foreign` Something along the lines of this, I'm not sure about the correctness of using Text to represent JWTs, but...
This app requests three permissions: - View and manage files opened or created with this app - See, edit, create, delete all google drive files - See, edit, create, delete...
At the moment if no branch is specified it fetches master. https://github.com/NixOS/hydra/blob/master/src/lib/Hydra/Plugin/GitInput.pm#L70
I bumped into this with several versions of GHC using Cabal and Stack in my CI. Enum_hsc_make.exe failed while builing SDL2 on Windows because it can't find a DLL. ```...
TODO: Tests TODO: Disallow this in combination with trailing comma style
An implementation for https://github.com/fourmolu/fourmolu/issues/79 Very much a WIP at the moment, just the very basics are working. I'd love to get some feedback, help or ideas with this. Especially testcases!...
Although it's probably more diff-friendly, I think it looks super weird to have code like ```haskell x = y -- or y | x -> _ | foo -> _...
One of the features I really like about Brittany is that it supports aligning syntax elements across lines. It would be very nice to see such a feature in fourmolu!...