Jonas Dellinger
Jonas Dellinger
Seems like appveyor creates a new build/tag when a tag is pushed resulting in an infinite loop of builds and tags.
@Montero98 :+1:
I think in the initial version of the console (when it was still in C# userspace) it was possible to add commands by simply adding the `ConsoleCommand` to a method...
Hi, Thinking more about this, if folks want to use the retry handler to refresh the authorization, I think not using an authenticator or a custom one is the best...
You add it to the search request object: ```csharp const request = new SearchRequest(SearchRequest.Types.Album, "Muse"); request.Market = "DE"; request.Limit = 50; request.Offset = 10; // ... ``` Next time, please...
If I read the [latest documentation](https://developer.spotify.com/documentation/web-api/reference/search?q=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&type=track%2Cartist&market=ES&limit=10&offset=5&include_external=) correctly, they switched to using spaces (`%20`) as separator. This should work correctly with our encoding. Let me know if it doesn't!
Related to https://github.com/SteamDeckHomebrew/decky-loader/issues/428
What do you think about moving the idea of `docs.json` into the [frontmatter](https://jekyllrb.com/docs/front-matter/) of each file? So ``` { "file1.md": "Title of this page1", "file2.md": "Title of this page2" }...
> Also, I just remembered the reason why I didn't do it the frontmatter way, because it gives no clear order and I'd like devs to be able to order...
Mergin, thanks for this @wheaney !