Jay Qi
Jay Qi
I'm encountering this limitation as well. My use case is that I'm planning to run a Pixi project inside a Linux Docker container but I'd like to be able to...
I have a similar use case, and my workaround is running `pixi list` or `pixi tree`. These are otherwise diagnostic commands that function like no-ops but still trigger a lockfile...
> I'm not convinced that in practice we were having issues with these two pathways being out of sync, but I agree that it's nice to link to the default...
@ejm714 pandas-path doesn't support cloudpathlib (edit:) out-of-the-box, and the behavior you're observing is correct behavior for regular paths. When it converts the singleton string `"s3://mybucket/data/raw"`, it resolves the repeated slash...
Ironic because the bug in Limitation 3 has been fixed for many years as of Python 3.8 and we made a mistake of a similar conceptual vein in cloudpathlib.
I would expect the below to work portably (if cloudpathlib was working correctly). @pjbull's example would still break on a Windows computer. _edited per [below comment](https://github.com/drivendataorg/pandas-path/issues/12#issuecomment-2427822958) to use `PurePosixPath` instead...
There isn't currently a convenient interface for specifying certain models to be excluded. However, here are some ways you can accomplish this: 1. **Delete the models from the diagram after...
Hi @lucas-nelson-uiuc, Thanks for trying out erdantic! I'd like to better understand your use case. Some questions here: * Where does the `CommonFinancialStatement.transform` come from? Is this a custom factory...
Closing as stale.
erdantic v1.0 is now released on both PyPI and conda-forge. If you run into any problems, please open an issue in the erdantic repository: https://github.com/drivendataorg/erdantic/issues I'm leaving this issue open...