Brian Ferch
Brian Ferch
Possible duplicate of #61, but I wanted to open an issue focused specifically on the ability to read what the current playing device is from the SDK, or at the...
Issue found on December 5th 2020. #### SDK Version: 0.7.1 #### OS Version: 11 #### Scope(s): App remote SDK #### Steps to reproduce: Error comes from Spotify's backend on periodic...
The source splitting, ``` function splitSource() { return project.sources().pipe(project.splitHtml()); } ``` as I understand it, is supposed to create temporary .js and .css files from inline `` and `` tags...
I'll start with my use case since I may be missing a simpler way to do it. I'm parsing a non-blocking stream of a newline-delimited JSON file where each object...