Peter Bittner

Results 527 comments of Peter Bittner
trafficstars

For anyone interested in diving into implementing a Formatter, I'd suggest to take a look at [behave-html-formatter](https://github.com/behave-contrib/behave-html-formatter), which is a rather minimal but complete example (for a standalone formatter). The...

I feel the topic around skills makes sense. For example, if we would assign, say, CI-related PRs to a CI/CD skills team for review everyone in there would get a...

Is it necessary for MegaLinter to run as root (for certain linters)? If not, can we change `USER` in the Dockerfiles to non-root? The Docker documentation on [Best practices for...

I would tackle this [as you suggested above](https://github.com/Bash-it/bash-it/issues/2160#issuecomment-1233405688), once we get #2159 merged.

> I am not sure about dropping `gba`. The decision to drop it came from the following discussion above: > Looking into the man pages more, `gba` and `gbr` both...

I prefer to learn patterns. Rules that I can apply and that work out in a generic way. So, while I'll be re-adding `gba` I'll also re-add `gbr` – because...

If that resolves all discussions I'd be happy to see the change merged! :100: Afterwards, I'd immediately dedicate myself to resolve #2160 (as this is slightly related and touches the...

Something's broken with bats [on macOS 11](https://github.com/Bash-it/bash-it/actions/runs/3618929862/jobs/6099377344#step:5:263). Not sure what is is, really: ```bash # bats warning: Executed 245 instead of expected 268 tests Error: Process completed with exit code...

Related repository: [pythonitalia/conference](https://github.com/pythonitalia/conference/blob/master/conference/urls.py#L24)

Il modulo "New Talk" è in inglese adesso per la maggior parte. Mancano solo delle piccole cose: Ancora in italiano --------------- 1. "(richiesto)" ... should be "(mandatory)" for mandatory fields...