Tristan Schrader
Tristan Schrader
My Dockerfile directives look like: ``` ARG SECRET_PATH=/my/secret/path RUN --mount=type=secret,id=mysecret,dst=${SECRET_PATH} \ cat ${SECRET_PATH} ``` This errors out as `cat: /my/secret/path: No such file or directory` when built with `DOCKER_BUILDKIT=1 docker...
**Is your feature request related to a problem? Please describe.** Honestly, the recommendation algorithm in Feature Shuffle does not work well. I have tried to use this extension with 10...
**Is your feature request related to a problem? Please describe.** Not a problem per se, but it's easy to forget exactly what a specific audio feature means, and I have...
**Is your feature request related to a problem? Please describe.** No problems, just more ideas :) **Describe the solution you'd like** Showing the distribution of audio features of a playlist,...