Jan Hrcek
Jan Hrcek
There is an inconsistency in how html filenames are generated for haddock vs. source documentation. Compare 1. haddock: https://hackage.haskell.org/package/base-4.16.0.0/docs/src/Data.Bifoldable.html -> source files under "docs/src" folder contain dot as module separator...
This only works for renaming across single file. To make the multi-file scenario work, we'll need something like https://github.com/wz1000/HieDb/pull/73
At the moment serverless-haskell is using `provided.al2` as a target for packaging lambda zips. Unfortunately this image has too old glibc version (2.26) which doesn't work with haskell binaries linked...
We should have CI produce haddocks for main, and upload them to `amazonka.brendanhay.nz`. ***** **Original Text:** The documentation page https://amazonka.brendanhay.nz/ is missing haddocks for amazonka-ec2. Is this a bug in...
Following up on discussion in https://github.com/fourmolu/fourmolu/issues/306#issuecomment-1489651160 It would be nice if there was a command line flag that you could use to 1. print default configuration file to std out...
I'm currently looking at implementing some functionality in haskell language server which uses this library. I would like to implement something like `getTextAtRange :: LSP.Range -> Rope -> Maybe Text`...
Summary: The URIs of this SPA are build just by concatenating Strings. This causes "Error Loading Page" when such a string ends up in URL. Steps to reproduce: 1. Register...
I'd like to ask about what do the numbers in the first 2 columns in the details section mean?  Do you think it would make sense...
Remove the 3 modes instead replace Deletion = right clicking on things Moving = drag and drop with e.g. ctrl key pressed Inpsired by: https://mrpandey.github.io/d3graphTheory/unit.html?open-vs-closed
Hello Ivan, I'm one of the happy users of your package and I'm very satisfied with its functionality. But today I wanted to use cylinder node shape (listed in graphviz...