Robin Schneider

Results 6 issues of Robin Schneider

Before using Atuin, I used: ```Shell function h { pattern="${1:-.}" if [[ "$pattern" == "." ]]; then omz_history -i else shift omz_history -i | grep -Eie "$pattern" "$@" fi }...

## Is your feature request related to a problem? Please describe. When an organization defines the (coding) style that should be followed, it comes in handy to just reference a...

`task --summary build` should probably include the short task description if available. The [example given in the docs](https://taskfile.dev/usage/#display-summary-of-task) also highlights this need. What description would that build task have? Probably...

type: enhancement
area: formatting

I checked the open issues but none mentions https://reuse.software/. I would say with the existence of REUSE software this tool is not needed anymore and can be archived. What do...

Looks like this repo is superseded by repos like https://github.com/netbox-community/cookiecutter-netbox-plugin and https://github.com/netbox-community/netbox-plugin-tutorial. Also, making use of standard tools like [Cookiecutter](https://github.com/cookiecutter/cookiecutter) or [Copier](https://copier.readthedocs.io/en/stable/) is a nice thing I think. I found...

### Desired Behavior https://github.com/netbox-community/netbox-docker/blob/9b2793a80823b37e3723d687f378f7338eb54221/docker-compose.yml#L52-L54 should be changed to `exec valkey-server` (all occurrences). ### Contrast to Current Behavior It is currently implicit (da)sh behavior that could stop working if someone not...