heimalne

Results 26 comments of heimalne

I have the same issue but for project name in my `pyproject.toml` file. Any new ideas why this happens?

Hm, i changed a dependency in `pyproject.toml`, created a new `poetry.lock` and thereby somehow forced a new evaluation around that `/nix/store/...-sources` folder on the next `nix-build` and it worked again....

Digging a bit further, the building of the project dependency (`tensorflow-cpu`, `tensorflow-mac` or `watchfile`) itself should work (you can check that by building the buildEnv as in `poetry2nix.mkPoetryApplication.buildEnv` instead). The...

Would an union encoding (a.k.a Algebraic Data Type, a.k.a Choice type) be suitable for betterproto? ```python Foo = bool | int32 | string match test.foo: case bool(): process_on(v) case int32():...

A solution that doesn't need a fork and where secrets don't end up in the Nix store would be highly appreciated. I believe something like allowing to pass secrets through...

This feature seems to be necessary to use poetry plugins when the company only allows private repositories. Poetry plugins are only loaded when installed globally, e.g. `poetry self add poetry-multiproject-plugin`,...

A case where idealism clashes with reality. This is indeed a feature that is needed for real-world usage, where sometimes you can't just update to a newer version or wait...

Maybe related to https://github.com/nix-community/poetry2nix/issues/1616 discussing how to separate build (i think poetry-core needs setuptools 70) from runtime dependencies.

May the marker issue have to do with this bug? https://github.com/nix-community/poetry2nix/issues/1609

Could you create a first PR on the documentation fixes. Both your points are valid. If you haven't done so, you still have to pass in the path to the...