Ondřej Šebek
Ondřej Šebek
- add the missing test case for #2824 - fix how we get the module name considering it can be preceded by `qualified` - use parsed context for import completions...
Hi, I wonder if TODOs with explicitly written issue numbers are supported? For example, let's imagine I have an _Issue 321: "Fix config loading"_ and then I want to have...
The documentation of `lexy::dsl::nullopt` says: > ### Values > A single object of the tag type lexy::nullopt. This type is implicitly convertible to any type that is optional-like by constructing...
I would like to be able to render widgets to `Text`. The documentation of `renderWidget` suggests using the `Vty` library to render `Picture`, but it is not obvious to me...
Add missing `renderCurlBasePath` lens re-export. A workaround is to use: ```Haskell import Servant.Docs.Internal qualified as SD (renderCurlBasePath) ```
I would like to use HLint to suggest using custom [pattern synonyms](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/pattern_synonyms.html). My use case is that [swarm defines several patterns](https://github.com/swarm-game/swarm/blob/main/src/Swarm/Language/Syntax.hs#L531-L563) for matching types in its language and I would...
* generate "Not documented" stub pages for known GHC error codes This is done by using `GHC.Types.Error.Codes.constructorCodes` by @sheaf from https://gitlab.haskell.org/ghc/ghc/-/merge_requests/10857 and making an `index.md` for each code using a...
I want to show users the current/default keybindings configuration. The output should look like this: ```ini [keybindings] ;;;; Section name ;; Description of binding customized by user quit = Alt-F4...