Elliot Cameron

Results 92 issues of Elliot Cameron

A monotonic function is not a strictly *increasing* function, but merely non-decreasing. However, `mapKeysMonotonic` requires that it's mapping function be injective, which means it really only supports *increasing* functions. ```haskell...

feature-request
Map
IntMap
pitfall

In my library I want to use a type from an upstream library in my API definition. Unsurprisingly the upstream library does not define `ToHttpApiData` or `FromHttpApiData` on its data...

Several issues can be solved with an extensible method for handling CSRF. For example, #30, #53, #10, #51.

Ref #18

documentation

Could someone use this instead of `lens`? Are there downsides?

Ported from @xplat's changes elsewhere. I have: - [ ] Based work on latest `develop` branch - [ ] Looked for lint in my changes with `hlint .` (lint found...

This allows power users to extend `exeConfigurable` and get modified versions of `server` and `linuxExe`, etc. that reflect their modifications. I have: - [x] Based work on latest `develop` branch...

enhancement

#684 exposed that we need to document this better. I think putting a commented-out example in the skeleton default.nix might work well.

good first issue
documentation

On top of #507 **EDIT: This is just a PoC. I will add more docs if we like this!** In skeleton, running `nix-build -A help` produces: ``` error: Help: The...

documentation
user experience

Numerous people have reported that a `ghc` process can be left behind after `ob run` has been closed or even after a `ghcid` reload.

bug