Matthew Pickering

Results 112 issues of Matthew Pickering

Until very recently nix built haskell packages with `--enable-library-for-ghci` and `--enable-split-sections` which causes terrible performance in the runtime linker that ghci uses when compiled in the static manner. https://github.com/NixOS/nixpkgs/pull/59297 The...

ParseResult should probably be the same type in any GHC version. It makes reading the haddocks confusing if type aliases are different things in different GHC versions.

See https://github.com/mpickering/apply-refact/issues/14

See #54 for some problems with the default obelisk cradle

This allows the testing of quick jump for a candidate.

It seems the quick jump feature never made it to the candidates page which makes it hard to debug issues to do with quick-jump such as https://gitlab.haskell.org/ghc/ghc/-/issues/21984

Right now there is a limitation to cabal which means that you have to build all a packages dependencies before configuring a package. When combined with multiple home units this...

Cabal: cmd/repl
type: discussion

Note [ Template Haskell Dependencies ] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modules in containers use DeriveLift in order to give Lift instances for the data types. This is problematic for multi-component sessions which involve...

I built by project locally and pushed all build dependencies to cachix. When using an explicit `pkgs.nix` file this worked as expected and CI downloaded the dependencies and used them....

bug
documentation
preserved

In `routes/users.js` the mailgun key is visible. I think this should be fetched from an environmental variable as otherwise anyone can use your account in order to send a very...