Paul Haerle

Results 74 comments of Paul Haerle

@yajo You might also take this upstream to manifestoo, as [PEP 517](https://peps.python.org/pep-0517/#build-requirements) recommends **not** to support circular dependencies: > Front ends SHOULD check explicitly for requirement cycles, and terminate the...

> That PEP is talking about build dependencies, not runtime ones. Right, I got confused about that one, thanks for the clarification & sorry for the noise!

Hey @jsirois, thank you so much for much this! I stumbled upon `pex` before, in the context of [environment specifications in pip](https://github.com/pypa/pip/issues/11664#issuecomment-1356296497) and quickly skimmed its docs back than, but...

Hello, just to be clear, the very first paragraph in this projects README states > !!! Warning: dream2nix is unstable software. While simple UX is one of our main focus...

some quick notes copied from our chat. - Provide Code examples, which should ideally be testable (mdsh, tesh, etc) - Maybe provide relationship graphs in mermaidjs format or similar. -...

@yusdacra Great! As far as I know, there's no one working on the rust subsystem yet and contributions are more than welcome. > Some pointers would be helpful since I...

Pretty much the same feature is also supported for zfs user space tools, but Disko doesn't implement it for zfs neither so far.

> Well, you can great raids with zfs: Yes, that's what I am talking about here. But with standard zfs tools you can i.e. create a mirror (or raidz) on...

I think by now there might be enough reports to assume that there's really a bug somewhere, and that all kinds of Distros are affected (NixOS here ;); so adding...

There's a simpler test runner in `lib.debug.runTests`, and another project (yet) outside nixpkgs at https://github.com/adisbladis/nix-unit. `nix-unit` is backwards-compatible with tests written for `runTests` and includes a comparision table to nixt...