DavHau

Results 328 comments of DavHau

Poetry 1.0.5 fails to export its own dependencies because of this. Reproduce: ``` $ git clone --branch 1.0.5 https://github.com/python-poetry/poetry $ cd poetry $ poetry export -f requirements.txt --without-hashes | grep...

Yes, I think it would be great to update it. Feel free to open a PR. A big plus would be if it would be built by a github action.

This whole project will hopefully become obsolete after https://github.com/NixOS/nix/pull/2667 It might not be worth putting any more effort into it. The mentioned PR just needed to add binaryTarball targets as...

> We can start with opt-in phase when you need to do something like `bundle check --integrity` to do this step manually. Later on we can switch the flip. I'd...

The problem with this proposal is that it assumes that conditions (boolean expressions) are never complex. Could you please add an example with a complex condition, that spans multiple lines...

> nota.url = "https://registry.npmjs.com/@nota-lang/nota/-/nota-0.4.12.tgz"; The problem is, that you are building from a tarball coming from npmjs.org. The releases there are usually pre-built and stripped down. Therefore you cannot build...

removing the yarn.lock and using .#resolveImpure to create a dream-lock.json file seems to fix the issue. Still we should find our what is the root of this issue. Sadly, `stack...

> I'm curious, is it specific to electron? Why don't you have similar issues for all packages? (at least those that need patch) We have it in several places I...

> So I'll go ahead and try it that way. My branch already works for all my builds but this new way should make it very robust for the old...