Adam Johnson

Results 507 comments of Adam Johnson

I just encountered this - minimal example: ```toml [project] name = "widgetizer" keywords = ["widgets"] [project.readme] file = "README.rst" ``` …gets reformatted to: ```toml [project] name = "widgetizer" [project.readme] file...

I think per https://github.com/diazona/setuptools-pyproject-migration/pull/112 and https://github.com/diazona/setuptools-pyproject-migration/pull/114 , it would be a good feature if `pyproject-fmt` converted a few keys to inline variants: `authors`, `license`, `maintainers`, and `readme`. This would match...

Fixed using spaces in Switch keys on the YPlan fork in YPlan/gargoyle#38 , thanks for the report.

Merged into the YPlan fork at YPlan/gargoyle#34 , with the Nexus jQuery upgrade in YPlan/nexus#43 . Thanks.

Hi, the concurrency issue has been fixed in our fork `django-modeldict-yplan` (in [this commit](https://github.com/YPlan/django-modeldict/commit/30ab1cccaac60e053f0d5e2cf2a55e3e1d118e86)), please check it out at https://github.com/YPlan/django-modeldict .

Forgot to say: we're also maintaining [nexus](https://github.com/YPlan/nexus) and [gargoyle](https://github.com/YPlan/gargoyle) - `pip install nexus-yplan` and `gargoyle-yplan`.

#24 adds this plus tests in a build matrix with `tox` :smile:

Hey guys, you can install the YPlan branch which has tests and throws no warnings for us on Django 1.8 https://github.com/yplan/nexus/tree/yplan_django18 . We also have a gargoyle branch https://github.com/yplan/gargoyle/tree/yplan_django18

You can now `pip install nexus-yplan` and `gargoyle-yplan`.

N.B. in upstream PR ottoyiu/django-cors-headers#101 I decided not to add this since I couldn't find good information that setting Origin to 'null' for file:// urls is actually standard, and also...