aameen-tulip

Results 7 issues of aameen-tulip

The Semver Range parser works in the vast majority of cases, but needs a bit of edge case coverage to be ready for use. The following patterns fail to parse...

The branch `mk-src-ent` has made a big push on this, and aims to create a formal spec for `pkgEnt`. This will help land on a common standard for package definitions...

enhancement

Particularly since global install support was added, and new `pjsUtil` extensions have been created the integration with `mkNmDirCmd` has become wonky. I think in practice ensuring that any `installNodeModules` routine...

Add some commonly used `derivation` fields. The only oddball here is `outputHash` which should not be set on the real derivation if it is unset or `null`. If these look...

The design systems for Nix you've been cooking up recently are looking great. I haven't tried out flake parts or std or similar systems yet; but the style you have...

In my case populating the cache using `fetch-one` is painfully slow. ~6,000 dependencies, each takes ~0.3 ms to build with yarn, but ~2-4 seconds each spinning up build areas. I...

The routine requires cleanup to make it a module, and ot should stop returning a list.

enhancement