Aditya J

Results 21 comments of Aditya J

March 2022 now. Not solved yet hhh

Hmm... I see `error: invalid command 'bdist_wheel'` Maybe try updating setuptools? ``` py -m pip install -U setuptools ```

If it is not working on Windows, you can try Windows Subsystem for Linux or a virtual machine running Linux.

At this point, who even cares about the broken image link? :|

I understand this is an old issue, but I have found a fix for those who are still expecting one. YouTube now uses `var ytInitialData` instead of `window["ytInitialData"]` . You...

I have a similar problem as well. ```yml services: api: build: . ports: - 8000-8010:8000-8010 ``` I am trying to create at least 2 instances of the same image and...

This could simply be giving an error because Docker could explicitly check any process that starts up after the first to see if it is being mapped with the same...

Android 11 with the Google Chrome browser displays it properly, if that helps. Try using Chrome

> AFAICT this has been fixed by #10067 Could you please try to reproduce with latest release (v2.17.3) ? I can confirm that this version fixes my issue. Thanks