Spanfile
Results
2
comments of
Spanfile
ClientCredsSpotify allows requests before authenticated and panics with 'Rspotify not authenticated'
Library code should never panic when the user makes a mistake (in this case, not filling in the authentication information or requesting the access token), it should return an error...
I ran into this exact same issue using Kaniko and figured out a solution. When running NodeJS based actions such as `actions/checkout`, they're ran using Node.JS 20 that is externally...