Rémy F.

Results 99 comments of Rémy F.

Just realized by looking at https://github.com/opentypejs/opentype.js/pull/695 that all HTML page importing `opentype.module.js` shall also be updated

> The problem with using TSC is that it doesn't work with JavaScript files. it does. i've used it. But you are correct on ES5 part. It wont transpile to...

> I wouldn't remove them in 2.0.0. I would remove them in 2.0.1 or 2.1.0. I would replace them with a deprecation/migration notice/console.error for 2.0.0 , then remove them in...

comparing user0 profile and my own, using `deezer.getUserData`: ```js j=await fetch('https://www.deezer.com/ajax/gw-light.php?input=3&api_version=1.0&method=deezer.getUserData&api_token=').then(e=>e.json()) ``` We see that `results.USER.OPTIONS.web_streaming` differ (true for me false for user0) on top of usual diff: - `.results.USER.OPTIONS.license_token`

sure it's going to be the chosen solution. but I also wonder if a single hardcoded token would also work (they don't seems to expire)

from my testing, the token have a validity of 14days. So hardcoding one won't do. I'll add a way to give this token from a value given by a JS...

@tech128 : Is there a way to get the `sid` from a given `arl` ? The goal would be to let the user define it `DZR_ARL` env variable, then derive...

Based on @tech128 fix, I succeed to make dzr work using only the ARL variable. See https://github.com/yne/dzr/commit/b149adc79becd5109d42800ac68a64ba32292486#diff-6da4f5adf751a06573e66bf0aca52ca46c0c473bf336348470be0bcd316374e0R9 I'll publish a version that use env `DZR_ARL`. I'll publish later the vscode...

# How to find my ARL 1. log to [deezer.com](https://www.deezer.com) 2. While on deezer player page, press `Ctrl`+`Shift`+`i` to open the `Developer Panel` 3. Click on the `Application` tab >...

Thanks for the headsup @freijon here is the updated warning with your callback URL https://github.com/yne/dzr/commit/81ae7d8e9dcd0f73e14ceac14307eab3dc08b6c9