Mango The Fourth
Mango The Fourth
## Summary it would be good to have the `Advisory` type point back to the repository it stems from; reason being that 1. we would like to refer to an...
### Your environment Which OS do you use? Nixos 24.11 Which version of GHC do you use and how did you install it? ghc 9.6 but also happens with 9.8...
Hi! I'm used to `ctrl+d` quitting the repl and `ctrl+c` just abandoning the current line and open a new empty line. This is e.g. the case for the `ghci`, `julia`...
I have found myself writing things like `strOption $ mconcat [... ` quite often and upon discussion, @Qqwy suggested just using list literals, this PR implements this idea, it works...
## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - [ ] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html)
https://wearezeta.atlassian.net/browse/WPB-9742 ## Checklist - [ ] Add a new entry in an appropriate subdirectory of `changelog.d` - [x] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html)
``` [ERROR][2024-07-04 10:54:16] .../lean/stderr.lua:74 "rpc" "haskell-language-server-wrapper" "stderr" "N" [ERROR][2024-07-04 10:54:16] .../lean/stderr.lua:74 "rpc" "haskell-language-server-wrapper" "stderr" "o 'hie.yaml' found. Try to discover the project type!\n" [ERROR][2024-07-04 10:54:16] .../lean/stderr.lua:74 "rpc" "haskell-language-server-wrapper" "stderr" "Run...
when running with `--bands 0` on a long running (~ 2 GB) eventlog, eventlog2html will be terminated by my OS after eating 40 GB of RAM. I have yet to...
As the description says; it's not valid to suggest `use :[]` when using something like `\x -> [x]` in the presence of `OverloadedLists`. I hence think it would be good...
Currently the iso8601 parser fails when trying to parse a ZonedTime from a non-offset time stamp. I was wondering why it doesn’t succeed and just “assumes” utc. thanks in advance!