Xiaochao Dong

Results 129 comments of Xiaochao Dong

@strongbox-mark I apologize for the confusion. I have already turned off the approval messaging because the messages were becoming too bothersome. Another case is: requesting the SSH key requires the...

> requesting the SSH key requires the database to be unlocked. If the database is locked, the unlock/login interface will keep popping up repeatedly too. I am not familiar with...

@bo-er I do not have any logs to reproduce the original issue since we are currently using this patch in our production environment. However, I can provide some logs that...

@simonpasquier, could you please take another look at this? We have been running this in our production environment for over a year. I am confident that it has not introduced...

It was intentional so that the file size doesn't get too large. I may try different methods or tools when I find some time.

pigar v2 `pip install pigar==2.0.0` may have fixed this issue. Feel free to reopen this 🚀

Thanks for your contribution, see https://github.com/damnever/pigar/issues/95#issuecomment-1380203016

`pip install pigar==2.1.0` has introduced an [experimental feature](https://github.com/damnever/pigar#experimental-features): ```python INSTALLED_APPS = [ 'name-it-a', 'name-it-b', # pigar: required-packages=package-name-a,package-name-b 'name-it-c', # pigar: required-imports=import-name ] ``` I hope this helps.

There is too much black magic available in Python's world.. and I have written some FAQs in the README: https://github.com/damnever/pigar#faq Anyway, any ideas are welcome.

pigar v2 will ask user to choose the right one, try it: `pip install pigar==2.0.0`.