Alexander Dupuy
Alexander Dupuy
Thank you for maintaining this awesome list!
Python 3.12 has been out for a few months, I tried to use the dataclass-csv package and I'm getting this error: ``` ...lib/python3.12/site-packages/dataclass_csv/dataclass_reader.py", line 5, in from distutils.util import strtobool...
For what it's worth, adding a dependency on `setuptools` in my package works around the problem (since setuptools implements most or all of distutils, and patches `sys.modules` so that distutils...
For what it's worth, there are definitely some resources that not only do not support tagging/untagging through the Resource Group tagging API, but are also not reported with that API's...
The README doesn't list Enum as one of the [supported types](https://github.com/dfurtado/dataclass-csv?tab=readme-ov-file#supported-type-annotation) – I vaguely recall some comment about how dataclass+enum+csv didn't work so well, but can't find it now. You...
Dependabot also reports a vulnerability "Unpatched `path-to-regexp` ReDoS in 0.1.x" for version 0.1.10, which is a transitive dependency of `tinacms/cli` through [`"altair-express-middleware": "npm:^7.3.6"`](https://github.com/tinacms/tinacms/blob/fe34947bd9ef0c510f4bf5a4933a375c956d7a92/packages/%40tinacms/cli/package.json#L70) > [`"express": "^4.19.2"`](https://github.com/altair-graphql/altair/blob/7c8745af8e5e0fb14b95f3381503054c8cc1fbb7/packages/altair-express-middleware/package.json#L9) > [`"path-to-regexp": "0.1.10"`](https://github.com/expressjs/express/blob/21df421ebc7a5249bb31101da666bbf22adc3f18/package.json#L50). The...