Merivuokko
Merivuokko
## Current Behavior Currently telega uses static column offsets for filling chat and root buffer contents. This causes severe problems, if telega is being run inside a window that has...
I wonder if it would be possible to make some of Pandoc's dependencies optional. The easiest one would probably be making it possible to disable the web server component with...
Elinks does not recognize newer Top Level Domains as such. For example entering `greenpeace.org` into the goto url dialog redirects automatically to `http://greenpeace.org`. But entering `haskellweekly.news` redirects to a file:...
Some sites can return different data with the same request URL depending on the Accept header sent by the client. For example hackage.haskell.org and crates.io currently return application/json data, unless...
gomuks crashes when /export'ing encryption keys When I run /export keys.txt I get a fatal error and the following stack trace: ``` runtime error: index out of range [0] with...
# Show list of recent reactions in message description buffer When the full list of reactions is not available for a message, show instead the list of recent reactions in...
Hello @chpatrick, do you have any plans for maintaining clang-pure in the future? Like fixing bugs, incorporating new features from libclang, accepting PRs, or anything? I might have use for...
What would be the best way to inform hint (and GHC) about packages that are in user's cabal store? (I'm talking about the most recent cabal versions here.) I often...
This PR adds PRIVACY.md to `extra-source-files` in the package.yaml and cabal file. Listing PRIVACY.md there is correct, as this file is needed during compilation of the simplex-chat CLI client. This...
Are there plans to support GHC 9.12? Currently typerep-map compiles on GHC 9.10 with cabal flag `--allow-newer` and with a deprecation warning about the `TypeInType` extension.