Paul Prescod
Paul Prescod
@bethbrains We're going to have to support Dates and DateTimes. https://github.com/SFDO-Tooling/CumulusCI/actions/runs/3230706675/jobs/5289461956#step:8:41 We need to use the `default=` parameter: https://docs.python.org/3/library/json.html#json.dump Like this: https://github.com/SFDO-Tooling/CumulusCI/blob/15872d5da869d069122d086d8f6aeeba1ced2c17/cumulusci/utils/parallel/task_worker_queues/parallel_worker.py#L211 We should also do some kind of survey...
@davidmreed . Yes, you're right. At this point this is considered a "spike" and your idea about having an opt-in or opt-out is good.
@jlantz Please look at the linter's suggestions
@jlantz I believe that this PR has extraneous files in it but I don't want to delete them until I'm confident which version of the files is most up-to-date.
Missed my release window due to illness, so I'll wait a bit.
Setuptools is listed in Setup.cfg twice: https://github.com/PyFilesystem/pyfilesystem2/blob/master/setup.cfg#L43 https://github.com/PyFilesystem/pyfilesystem2/blob/master/setup.cfg#L46 I'm proposing to delete the `install_requires` part.
For SOME of these use-cases (e.g. different rules in dev versus prod), here's one technique which I think is a bit cleaner than context_vars: ``` from pydantic import BaseModel, root_validator...
Getting permission to sign the CLA is a bit of a hassle for me, but I did try to move "setuptools" from "requirements.txt" to "test-requirements.txt" and ran "pip install -e...
I also need this feature due to an upstream with an incorrectly strict schema.
Both Amazon and Docker should be embarrassed that this customer-hostile bug has stayed open for so long!