Maciej Żok
Maciej Żok
PDF format on e-book readers is _unpleasant_ (it cannot scale, you read every page like a image: zoom in - scroll - zoom out - next page). So it will...
Once I've got: `Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}` with matrix strategy ([source](https://github.com/macie/opinions/blob/v1.3.0/.github/workflows/publish.yml)). I resolved it by rerunning CI job. I assume that `Validation Failed` class errors comes directly from GitHub API...
This PR introduces new workflow which performs: - static analysis with [go vet](https://pkg.go.dev/cmd/vet) and [staticcheck](https://staticcheck.io/) - testing with `go test` after each commit and PR. I've also fixed existing violations...
**What happened?** When command is run with configs from `README.md` and there is no `iptables` command, it throws an error `failed to parse config`. **How should it be?** Better error...
Hi, firstly, thanks for your effort with maintenance of a great project. It's unbelievable how difficult is to find just a Git server for docker. I want to start discussion...
When I run `termrec` second time, new shell exits immediately and it is impossible to record any commands: ```sh $ SHELL='/bin/sh' ./termrec rec test.log CWD: /home/macie/termrec $ echo 123 123...
`-version` flag will help user to quickly find which version of `errcheck` he is currently using.
This issue collects items needed for basic support of **OpenWrt**. The goal is to run `lynis` without errors on OpenWrt 23.05 (oldest currently supported version). - [ ] #1601 -...
Errors `/bin/ps: unrecognized option: a` and `/bin/ps: unrecognized option: x` blocks multiple tests. This is a part of enabling support for OpenWrt, see: https://github.com/CISOfy/lynis/issues/1600. (more details in commit messages)
This is a part of enabling support for OpenWrt, see: https://github.com/CISOfy/lynis/issues/1600. (more details in commit messages)