Jörg Thalheim

Results 257 issues of Jörg Thalheim

## Description hclfmt: accept multiple files when using the `--terragrunt-hclfmt-file` option. This is useful when used in combination with https://github.com/numtide/treefmt ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update...

This version fixes shebangs for me. ## Description Update pre-commit to fix `/bin/bash` shebangs on NixOS. - [ ] ~~Update the docs.~~ - [x] Run the relevant tests successfully, including...

**Describe the bug** Mumbles interprets messages as markdown and removes `_` from the message: https://github.com/42wim/matterbridge/blob/66b6f9749d0a51d87d6264b61ebc41e769770601/bridge/mumble/mumble.go#L243 This is very confusing when clicking links :) **To Reproduce** Steps to reproduce the behavior:...

bug
mumble

Apparently they renamed there pkg-config file. Noticed in https://github.com/NixOS/nixpkgs/pull/52150

Currently it requires to be a code owner to make reviews: https://github.com/nix-community/naersk/pull/182#pullrequestreview-716549147 This seems a bit too permissive.

SSH keys could be also used for encryption. They are already in well-known locations i.e. `/etc/ssh/ssh_host_rsa_key`. Most developer/servers have already ssh keys. Since most users also have ways of trusting...

I just want to drop this expression here, that allows to build solo5 with nix: ``` with import {}; stdenv.mkDerivation { name = "env"; nativeBuildInputs = [ bashInteractive pkg-config ];...

I was wondering if anyone has more success/insights on how to build marytts with graalvm/nativeimage. It could reduce the memory footprint of java and therefore make marytts more attractive on...

It would be cool if the `NOTIFY` extension would be implemented, which allows to watch for changes for multiple mailboxes over a single TCP connection. It is supported by dovecot...

enhancement
extension

…n/issues/292, avoid the compilation error reporting 'undefined reference to `avx2_snprintf`'.