Frost Ming

Results 477 comments of Frost Ming

Thanks for the reply but it may need some change in the way it gets the default locale from the system(yes, it is better if it can be auto-detected): https://github.com/lektor/lektor/blob/ca68cbe5071cc8742de4be5182abfafbe04a163b/lektor/i18n.py#L29-L38...

Guys, I have worked out a solution in PR #1027 , and would love to see feedback about the feature.

I am against introducing Pipenv given how expensive it would be to lock dependencies. I recommend we use a real virtualenv for the package caches and install plugins into it....

There are a lot of [cookiecutter templates](https://github.com/audreyr/cookiecutter#python), which provide different setup of Python project, including config, CI, testing, et. And let this project for setup.py only.

@natemarks Oh, it's a tomlkit parsing issue. Thanks

@natemarks This needs some patch of the upstream project. At this point, please avoid defining sub tables after another table -- make the sub tables directly follow the parent table....

@techalchemy Yes, https://github.com/sdispater/tomlkit/issues/42

The return code tells the success of the installation. PR is welcomed.

> What is the behaviour of the distutils backend? They are different: ```python >>> from pip._internal.locations import _distutils, _sysconfig >>> _sysconfig.get_scheme('click', prefix='myprefix').purelib 'myprefix/local/lib/python3.10/dist-packages' >>> _distutils.get_scheme('click', prefix='myprefix').purelib 'myprefix/lib/python3.10/site-packages' ``` > If...

It is already done. I am seeking for people help testing the master branch before i can make a release