Xavier Fernandez

Results 19 comments of Xavier Fernandez

This would indeed be nice and #143 provides a clean commit to do just that. Is there any chance it could be merged ?

`2. Create a new policy to override the existing policy [prev_policies] but with empty rules` would also have my preference. But currently the JSON schema of policies seem to explicitly...

I don't know what pep517 is planning but pip will be dropping python 2 support in January 2021. If pep517 plans to do the same, it might want to wait...

Too bad ! Always switching to timezone aware datetime (by defaulting to spyne.LOCAL_TZ=UTC) seemed like a good idea to me.

I understand your point but I don't think allowing timezone-free datetime really helps the user... At least, the default should definitely be timezone aware.

FWIW it kinda looks like https://getconf.readthedocs.io/en/latest/reference.html#getconf.BaseConfigGetter where you can define a list of "finders" to load configuration/secrets (from env, ini files, python dictionnary, etc). (disclaimer: I'm one of the employee...

Yes I'm sure dozens of projects have implemented the same kind of logic :) Using `getconf`, the code would look like: ``` import getconf import getconf.finders CONFIG = getconf.BaseConfigGetter( #getconf.finders.SysArgFinder(),...

`--no-binary` currently means two things: - in conjunction with `--only-binary` it impacts the source selection mechanism (whether pip installs from wheel or sdist) - skip the wheel building and directly...

> That sounds good overall! I only disagree on the timelines. Fair point, I forgot about our 6 months policy 😅 . The flags and deprecation warning would be introduced...