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,...
Currently trying to package [harpoon](https://github.com/Nacho114/harpoon) and testing my builds on `x86_64-linux`. Currently just running `nix run github:nix-community/crate2nix` on the cloned repo, but I have also tried older versions of `crate2nix`...
### Discussed in https://github.com/Matoking/protontricks/discussions/356 Converted this to an issue for better visibility. Originally posted by **schradert** October 29, 2024 When I open my game launcher in Dolphin and hit execute,...
The interface visibly refreshes when I hit Refresh, but the result of the expected reevaluation doesn't show, just the result of the previous evaluation. Navigating away from the attribute and...
- **Feature information** The minimum I would love to see supported is allowing the user to provide `userSettings.json` and `userConfigurations.json` files and having that *just work*. Beyond that, easing this...