Daniel Porteous (dport)
Daniel Porteous (dport)
**Is this a how to question?** No **Is this a native Spotify SDK issue?** No **Have you searched for existing issues?** Yes **Are you using a Free or Premium Spotify...
This is part of a series of issues tracking progress toward bringing the Web version of this SDK in line with the mobile versions. The below (incomplete) list tracks items...
I'm referring to the `device_id` field in the endpoints. It's not required in the API, so it shouldn't be required here either. I especially want this since I think it's...
Currently when a call on web fails you pretty much just get the HTTP status code and a stack trace. It would be nice to be able to see what...
Hey this is using the unminified js in Chrome 98. For context I have so far skipped the characters and scenes sections of the tutorial, instead jumping to "Making the...
Hi there. I'm going through the tutorial and noticed that the link under the "prepare the graphics" section is broken. It leads to https://kreezii.github.io/jsgam/files/jsgam-tutorial-imgs, which seems to be a broken...
Loving the framework and the detailed docs so far! I'm not sure if this feature worked on previous versions of Firefox because I'm new to jsgam, but I noticed when...
### Description Long requested, much desired, finally here. Running this script will ensure that your PR passes the `rust-lint` step in CI. ### Test Plan ``` scripts/rust_lint.sh ``` ``` scripts/rust_lint.sh...
### Description This PR adds API fuzzing using [RESTler](https://github.com/microsoft/restler-fuzzer), from Microsoft. Things still to do: - In Compile/StdOut.txt, you can see that it doesn't understand unint64 or hex, and accordingly...
Currently we only test: - Server X is compatible with client X. - Devnet server is compatible with latest published client release. We need to test: - Server X +...