PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.49k stars 580 forks source link

Live isort editor - Website issue #2121

Open earlev4 opened 1 year ago

earlev4 commented 1 year ago

Hi. Thanks so much to the PyCQA and the contributors to isort! Greatly appreciate the project!

Forgive me if this issue should be reported elsewhere. I searched for a repository for the website (pycqa.github.io), but did not find one.

Recently, the live isort editor on the Try isort from your browser! page of the website no longer works. The live isort editor worked within the past 4-6 weeks, but as of the past two weeks, the live isort editor has not worked.

https://pycqa.github.io/isort/docs/quick_start/0.-try.html

The live isort tester box does not properly display the imports, nor does it allow the input of text.

Attempted the page on Chrome, Edge, and Firefox browsers and the issues persist across all browsers.

Thank you in advance for any assistance!

earlev4 commented 1 year ago

FYI... There is also a similar issue opened on the Try isort from your browser! page:

The "Try isort now from your browser!" demo page is broken

However, the error is not the same and although the issue is still opened, looks like the issue might have been resolved in December 2022 under:

Documentation site is not getting updated #2039

Thanks again!