David Raison

Results 39 issues of David Raison

From this example the value returned by `dotenv_values` is supposed to be a dict, but in reality (python 3.9) the value is of type `OrderedDict`: ```python from dotenv import dotenv_values...

For people with protanopia (and that ratio is pretty high) the colors chosen to represent high and average thresholds in the overview pyramid aren't a good choice. I for myself...

Enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.8 - Distribution: Debian - Module version: 3.3.0 - Nginx 1.18 and 1.22 ## How to reproduce (e.g Puppet code...

I wanted to see if someone else already solved this problem or, if not, discuss it so that we may find a viable and functional solution. We're in a HA...

needs-feedback
skip-changelog

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 3.8 - Ruby: 2.1.2 - Distribution: Debian 8.10 - Module version: 0.6.0 ## How to reproduce (e.g Puppet code you...

I successfully converted a single repository, but since then, any other repository I try to convert exhibits the same behavior. It proceeds to the following step, then just hangs there...

I'm having a lot of trouble using the `as` syntax. I realize this is more of a support request than a bug report, but the results of this might go...

We observed that `jekyll serve` and `jekyll build` seem to behave differently in regards to `site.translations`. Whereas the `serve` process seems to build a hash from all available languages, then...

This is somewhat related to PR #322 ## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 3.8.7 - Ruby: 2.1 - Distribution: Debian 8.9 - Module version: 4.0.0 On...

bug

This allows to specify the basic auth realm and credentials in a separate argument, thus allowing to e.g. define this argument as a hidden/protected argument in your UI. (In e.g....