MapleCCC

Results 21 comments of MapleCCC

I can confirm that I see the same problem on my browser. By the way, since the last document build is more than 5 months ago, maybe make a fresh...

I further investigated the problem. Turn out this bug is related to how the new builder image provided by readthedocs doesn't have the `graphviz-dev` package pre-installed any more, as elaborated...

A PR #751 has been opened to fix this issue.

The upstream issue has been closed. Maybe it's time to add Python 3.x support? Also I would recommend to drop Python 2.x support in view of that Python 2.7 reached...

It may worth mentioning that the Rust parser implementation of LibCST requires setting the environment variable `LIBCST_PARSER_TYPE` to `native` to activate, otherwise it defaults to the pure Python parser implementation,...

Thanks for the swift reply. I am not 100% sure about treating `X` in `from X import Y` as a `LOAD` though. There doesn't actually exist a symbol called `X`...

After messing around in the issue tracker system, it seems that this problem has been lurking since the exposure in the two months' old issue #564.

@rhawk301 AFAIK, there are two forks around: [The Marvellous Suspender](https://github.com/gioxx/MarvellousSuspender) and [The Great Suspender No Track](https://github.com/aciidic/thegreatsuspender-notrack).

@TomasHurtz Regarding whether The Great Suspender has access to password stored in the browser, someone who is familiar with Chrome extension development gave a convincing analysis in [this link](https://github.com/greatsuspender/thegreatsuspender/issues/1310#issuecomment-773761332). In...

Does Chrome browser allow extension the access to password data stored in the browser? If not, than no need to change passwords, I think. Maybe someone familiar with Chrome extension...