Tzu-ping Chung
Tzu-ping Chung
Show the value in `build-system` so the user knows what is actually being run (and can more easily debug typos), something like ``` Using backend: setuptools.build_meta ```
Or we can let someone with the permission to transfer the issue there (I don’t).
So from what I can understand, pip should implement its own `IsolatedEnv` subclass, pass it to the builder, and do something like ```python with builder as env: env.install_packages([...]) subprocess.call([env.python_executable, "setup.py",...
While most information can be built automatically, the GitHub release page do lack some information essential for the appcast file, e.g. the version string (that positive incremental integer thing). Some...
我沒看 source 是不是其實可以一起解決, 不過看問題敘述是不一樣。假設 buffer 是「單元測試」, 游標位於「元」和「測」之間時, #39 仍然會基於「測」來選字, 但我說的是能有選項可以切換讓候選基於「元」而非「測」。
> Explicit options ending and interlacing arguments and options sound useful. Great! I’ll start working on those! > As for negative options: the reason they are there are to allow...
It may be easier to add a de-identified dump of the production database, and `psql
Or we can subclass `BigAutoField` and implement the migration ourselves to fix the generated SQL declaration. This may be easier.
This could work (not tested) ```python from psycopg2.extensions import AsIs id = models.BigAutoField(primary_field=True, default=AsIs('public.users_user_id_generator()')) ```
I’m just guessing but maybe the goal is to install packages to the user site with the CLI. Currently `python -m installer --destdir ~/.local` does not do the “right thing”.