4x0v7

Results 16 comments of 4x0v7

Hey everyone! Just wanted to chime in here. I have created a bucket for [scoop](https://scoop.sh) and a manifest to install agebox. If you're on Windows and haven't used `scoop` before...

Got this issue with v7.8.3 after my laptop blue screened and rebooted. I'm running with docker-compose locally, a web+worker container and a postgres container. Not running anything too strenuous (1...

How about [Rancher Desktop](https://rancherdesktop.io/)? I've been using it for a while and it works great (I'm on Windows) The [project](https://github.com/rancher-sandbox/rancher-desktop/) is being actively developed as an alternative to Docker Desktop...

> Is there any workaround to use Lando without the docker desktop in Mac while the support of alternative engines is not developed? Give Rancher Desktop a try, it support...

I have a similar use case, but using `includes:` When the calling taskfile has `silent: false` at Task level: ```yaml version: '3' silent: false ``` If an included taskfile has:...

Just a side note, but since Taskfiles are just yaml, you can use `yq` to parse and get info from specific tasks. I see this as a big advantage over...

This is possibly a separate issue, but the "problematic" and "correct" examples for DL3042 in the wiki appear to be backwards

I've had a similar experience to @max-allan-surevine when getting started with Witness. I was also wondering where the attestor code was. Perhaps a note up top of the README would...

Chiming in here as I found dasel after looking for something to update a toml file. In my case I'm bumping a version in a `Pipfile` which gets reordered.

I think this could integrate nicely with [step-ca](https://github.com/smallstep/certificates), perhaps even build a `dagger-ca` into dagger itself. Also allow users to use their existing private CA to sign `dagger-ca`, and automate...