Alexander Bantyev
Alexander Bantyev
With GHC 9.0.2, `ts_parser_parse_string` seems to hang if the parsing fails. Reproduce: ``` ❯ ghci GHCi, version 9.0.2: https://www.haskell.org/ghc/ :? for help ghci> import Foreign ghci> import TreeSitter.Haskell ghci> import...
`lmdb` implicitly (via dune-configurator) uses (at least on Linux) pkg-config to discover `lmdb.h`. However, this dependency is not explicitly defined in `depexts`. This means that if `pkg-config` happens to not...
Currently, there's no way for an application user or a distribution maintainer to _add_ custom color schemes, since only the first of QML_INCLUDE_DIRS that includes the colorschemes dir is chosen,...
Adds a [flake](https://nixos.wiki/wiki/flakes) and an install script to automate some parts of README. Currently WIP.
# Summary This RFC proposes a system of Access Control Lists in the Nix Store, allowing multiple users to share software in a single store without exposing it to each...
Hello, and sorry if this is the wrong place to ask for this. I was directed here in #libera-matrix:libera.chat, and told that if I want to bridge a big room...
# Motivation Refactor `GCOptions` to make the types reflect possible GC operations, add a way to delete a specific path recursively, and add a `--recursive` flag to `nix store delete`....
Currently, weechat-matrix shows "nicks" (I don't know the proper name) of users in the chat. This can get rather unpleasantly confusing in e.g. bridged Telegram rooms:  It would be...
# Clarification and motivation If we want `xrefcheck` to ever become popular, we need to write complete yet concise documentation on usage of the tool, including: - [ ] Basic...
Rework docker image uploading. Should help with image sizes and download speeds, as well as CI speed.