Maximilian Bosch
Maximilian Bosch
I'd be glad if the redis client Predis, which is fully written in PHP, would be supported in that bundle, too
While looking at the 3.6.3 release I downloaded the PyPI tarball from https://pypi.org/project/privacyIDEA/3.6.3/#files and the tarball from https://github.com/privacyidea/privacyidea/releases/tag/v3.6.3. Most of the differences seem irrelevant (e.g. no docs are in the...
## Input ```nix { apps = let program = "${pkgs.writeScript "vim" '' #! /bin/sh exec ${package}/bin/foo ''}"; in { }; } ``` ## Output ```nix { apps = let program...
**Describe the bug** When I have a string with ANSI color-codes I want to pass to `Text::raw`, those won't be displayed properly. A use-case where this is needed is e.g....
The package `mahotas` is part of the Nix package set which aims to provide reproducible builds. Unfortunately `mahotas` is broken ATM since two testcases (namely `test_colors` and `test_ellipse_axes`) are not...
###### Summary Continuation of my efforts from #685. During the release-managers' talk [from last NixCon](https://www.youtube.com/watch?v=gYQSrv4KP_Q&feature=youtu.be&list=TLPQMjcwNDIwMjAsfqiZkeibjw&t=992) it has been suggested to add a search-feature to list all failing packages a user...
Small note at the beginning: the diff looks worse to review than it actually is I guess :) Most of the changes check if a user is authenticated or not...
It seems to be a common pattern to configure Hydra plugins on a per-jobset basis with jobset inputs. Since these are not needed anymore for flakes, it's also not possible...
I recently discovered that link-local IPv6 addresses can't be parsed by the exporter and cause errors like this in the log: ``` Jul 16 20:00:08 wgvm s74b03w8rpp818cdprkmd9qcki34jqvr-unit-script-prometheus-wireguard-exporter-start[807]: thread 'tokio-runtime-worker-0' panicked...
### Description Changes like #94 (and the previous ones) have shown that it's still a thing to underestimate the performance impact of a patch. We should thus generate benchmark reports...