Chad Crawford

Results 9 comments of Chad Crawford

@Secrus Apologies, got pulled into some busy separate stuff that has occupied my time. I'll commit to get some of those profiling stats up for next week so to help...

Posted an update which cuts down a lot of the junk. I did do a test on the proposed `match` and `package` caches referenced above. For `PyPiRepository` I found relatively...

I did end up running a more complete performance comparison for the package & match cache. The results mostly agreed with what was shown earlier; when comparing 50 identical runs...

Sounds good, lemme refactor the commits.

> could rtx use nix as a backend? something like devenv but would allow specifying exact versions It could in theory as you can spin up Nix derivations to build...

Looks like potentially you're using an earlier version of `nixspace`, I had a commit earlier today that referred to this repo. With `ns -vv` you can see what CLI commands...

Apologies, I got the command wrong in that comment. It should be `nix flake init -t github:chadac/nixspace`. Lemme throw that in the docs as well. I assume `ns init` still...

The `ns` command does have to be initialized in an empty directory unlike the `nix flake init` template usage. I threw in an explicit check for that. Perhaps I shouldn't,...

Yeah I'd be up for that, it would be more consistent with the `nix flake init` syntax anyways. `npm` workspaces are sort of their own thing that happens after a...