Slowlife
Slowlife
This is not possible on the Extension version 2.2.3
~Should I check if they are in the same scope?~ Updated
I tried to update the snapshot but it doesn't seems to work
> > Should I check if they are in the same scope? > > Shouldn't they next to each other? Oh right. How should I check this? Just the ranges?...
Putting this on draft for now
I won't be able to finish this now
For 1 and 4 it's the same on GitHub and ChatGPT
> Resolved #5769 There are 3 requests on this issue, so no.
IPlayer does have some issues but I won't be able to fix it unless I found a working VPN
In both cases, you are using sync functions, which wouldn’t work. It will work if you turn them into async using [util.promisify](https://nodejs.org/api/util.html#utilpromisifyoriginal) ```js import { intro, outro, spinner } from...