ArcticXWolf
ArcticXWolf
Like I stated in my original post, you can just call RSpotify::User.new() with the old auth_hash, it refreshs the token in that case.
Heyho, as I am currently developing a chess engine with your crate (Thanks for the awesome work!), I would love to try and implement this. I am sure that my...
Hi, thanks for the quick reply! Yes, a wrapper script is needed to parse that file. A JSON file would be great, it could contain even more metadata concerning the...
Hey, if it is okay, I would like to try and implement this. Go isn't my main language, so I might need some help/advice on style and tests later, but...
Ah, I was waiting for your input, because your answers were posted just 30 min ago. Sure, I have already a proof of concept, gonna type it out in detail...
Here is my kubernetes-job that I would use. The volume build-context would get populated with a shrinkwrap build context, that contains the build-args like an env-file. This shrinkwrap will be...
How would we separate the output of the flags from the output of the faas-cli? Stdout/stderr? Or disable other output when the `--show-flags` is given?
Just to clarify our usecase: We need to build an image which uses python and one of the pip packages is inside a private pipy-index. So we need to include...
Ah, if you need the Teams version that is affected by this bug: "You have Microsoft Teams Version 1.6.00.28557 (64-bit). It was last updated on 02.11.2023."
> I've looked at the [Adaptive Card format](https://adaptivecards.io/explorer/AdaptiveCard.html) and it doesn't appear to have the same requirement that you've encountered for the [MessageCard format](https://learn.microsoft.com/en-us/outlook/actionable-messages/message-card-reference). I'm currently digging for a reference...