Zarin Loosli
Zarin Loosli
That's a lot of comfort. Glad to know there's a plan.
Querying "Yearly Income x Higher Education Degree" results in an infinite loader and the attached response: "surveys is not iterable" [explorer.json](https://github.com/Devographics/Monorepo/files/13243879/explorer.json)
@SachaG Sorry, didn't realize this was a monorepo or I would have included more steps to repro! I was trying to access the State of JS 2022 data
Sounds great! I'd be happy to pitch in my own typescript skills, and every time I've scanned the repo for words related to audio, muting, etc. I haven't been able...
It looks like we can find the API! For this video: https://www.youtube.com/watch?v=CWWSovO3Txc It sent [this request](https://gist.github.com/fogoplayer/9b589fa5a38479d320cb5d957c009fc0) and got [this response](https://gist.github.com/fogoplayer/1fd1e7f92e5e033630a9651a4b43dac9). (Recorded as Gists so I don't add a 9,000 line...
Okay, proof-of-concept done: ```js // jsdoc-typed js, because there's no need to get Babel involved in this /** * @param {string} captionData - the stringified JSON data from the YT...
New attempt: ```js /** * @typedef {{ * timeMs: number * token: string * }} */ /** * @param {string} captionData - the stringified JSON data from the YT API...