Jason R. Coombs
Jason R. Coombs
I was thinking maybe a custom JSON decoder that recognizes the string "ObjectId('...')" and actually deserializes that into a bson.ObjectId. That approach has collision problems (one can never use ObjectId('...')...
Thanks for following up on this. I'm not sure I'm following, but I don't see how your suggestion addresses my need. I want a way to query a collection for...
oh. I see. So the paging would allow advancing to an adjacent object to one currently referenced. I can see how that might fit some use cases, but it won't...
My inclination would be to implement a more general mechanism, even if that means using something as clumsy as XML. It'd be a shame to implement something for _id, and...
It feels to me like there are tools out there that have attempted some of these other approaches (and ran up against the tradeoffs): - [reno](https://pypi.org/project/reno) attempts to render the...
I've confirmed this change [fixes releases](https://github.com/pypa/twine/issues/492#issuecomment-554797757) where it currently fails. Please find a way to release this change.
If someone could point to the code where PyOxidizer is relying on filenames not to have spaces, I'd be willing to help devise a solution. For example, where is the...
Later versions of Setuptools introduced a `_distutils_hack` that works to [ensure](https://github.com/pypa/setuptools/blob/be6c0218bcba78dbd4ea0b5a8bb9acd5d5306240/_distutils_hack/__init__.py#L51-L65) that `distutils` is imported not from stdlib but from `setuptools._distutils`. It achieves this end by installing a MetaFinder that...
Better than relying on fallback_resources, I'd like for PyOxidizer/OxidizedFinder to implement the preferred `TraversableResources` interface, [mentioned here](https://importlib-resources.readthedocs.io/en/latest/using.html#extending), and [specified here](https://github.com/python/importlib_resources/blob/f123039aa13d9e57fee72fa82d809c4748f39f3c/importlib_resources/abc.py#L150-L170).
Additionally, tests fail around font checks: ``` cssutils main $ tox -- -p no:cov -k test_validateWithProfile_fonts -v --runxfail .pkg: _optional_hooks> python /Users/jaraco/.local/pipx/venvs/tox/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: get_requires_for_build_editable> python /Users/jaraco/.local/pipx/venvs/tox/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta...