Tristan Schrader

Results 7 comments of Tristan Schrader

Same issue here. Only one of my PRs is doing this right now. It's with a GitHub repo.

I can't get the podman example to work. ```bash $ podman image ls --all REPOSITORY TAG IMAGE ID CREATED SIZE $ nix run github:nlewo/nix2container#examples.bash.copyToPodman Copy to podman image bash:4ym1c6xhcd5mpl19p2b0phssppb4idam INFO[0000]...

> I managed to get the `trailing-whitespace` hook to run by adding the `pre-commit-hooks` to nixpkgs ([pr](https://github.com/NixOS/nixpkgs/pull/106918)) and activate it in my config like this: > > ``` > trailing-whitespace...

I had the exact same issue too on MacOS 13.2.1, M1 Pro chip. I ended up solving this by commenting out the `rustlings` package in `flake.nix` so that `nix develop`...

Thinking about it more, it's possible this will send too many API requests to properly work. It seems like there is no way to bulk query audio features. Unless all...

Spotify has also included this [/recommendations](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-recommendations) endpoint that supports specific track IDs with limits for each of the audio features to aid filtering.

Damn, I'm also just realizing that Spotify already has a "Create similar playlist" button, so maybe this isn't really that useful