Mango The Fourth

Results 132 issues of Mango The Fourth

## Fixes - [x] `dex` builds - [x] `dex-cuda` builds - [x] `dex` tests pass - [ ] `dex-cuda` tests pass (see *Warning*, I don't have an nvidia graphics card)...

- support generic via deriving ala `deriving (FromForm, ToForm) via Generically MyType`

Hi, I’m wondering if it’d make sense to have a special handling for Booleans in GFromForm like we have for Maybe. It’d make sense to write an instance that parses...

Hi, I wonder whether there is some preferred, idiomatic way to deal with things like ```haskell data A = MkA { a1 :: Text , a2 :: B } deriving...

Dear Haskell core library committee. Currently there are multiple ways of describing something as unimplemented - undefined - error "not implemented yet" - various other, similar functions from external libraries,...

awaits-MR

I wanted to play around and hence added a nix flake for `hls` and building with nix. Perhaps someone will find it useful. - `nix develop` to get tooling and...

It would be nice to be able to specify a set of branches from which github pages are being deployed; perhaps with a function that generates paths from the branch...

### Problem I am having issues with code lenses, in particular code lenses that would insert multiple lines when executing include the layout of the lens, i e - there...

enhancement
lsp

- ~~VSCode Extension~~ - [x] LSP (used with other editor) - extension version: HEAD - **OS version and name**: ``` - system: `"x86_64-linux"` - host os: `Linux 6.4.7-zen1, NixOS, 23.11...

Problem: layout i.e. whitespace that is part of codelenses is currently displayed as weird symbols and large amounts of spaces Solution: replace all consecutive whitespace symbols with a single space...

lsp