Mario Manno
Mario Manno
For our about page (https://media.ccc.de/about.html) we use JSON to render a table of all mirrors. Previously we would list all active mirrors, their URLs and the number of files on...
Support newline separator to specify a different date format for recent files. This is similar to the `TIME_STYLE=iso` format, however the formats can be freely chosen. (Also `iso` can only...
- os: Mac - `lsd --version`: 0.20.1 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: ## Expected behavior GNU `ls` and BSD `ls` display a different time format for recently modified...
Often tasks are IO bound, it would be nice if `havener top` could include information on disk usage, like `dstat -d`, `vmstat -d` or `iotop` do. This is just a...
Issue collection for features related to using multiple players and allowing the user to choose one or beta-test new features * [ ] add feature flag page #264 * [x]...
Searching for a common word (https://media.ccc.de/search/?q=hack&page=2) does not give any indication there are multiple result pages.
A new CLI command `rollback` with optional steps, allows to re-deploy with a previous image. ## Acceptance Criteria * We store previous IDs in the application resource or a separate...
Research if we can replace the [Tekton buildpack addon](https://github.com/tektoncd/catalog/tree/main/task/buildpacks) with something else. The current version does not support [project.toml](https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md#projectlicenses). * https://github.com/epinio/epinio/blob/main/docs/howtos/custom-python-builder.md * https://github.com/buildpacks/lifecycle/issues/555 * https://github.com/paketo-buildpacks/rfcs/blob/main/text/0003-replace-buildpack-yml.md * https://github.com/paketo-buildpacks/rfcs/blob/main/text/0026-environment-variable-configuration-of-buildpacks.md Can we run...
Currently we retry only some requests, on some errors. However it's safe to retry (at least) all idempotent requests. Ideally, the epinio cli would still work if I pull the...