makes icon indicating copy to clipboard operation
makes copied to clipboard

A software supply chain framework powered by Nix.

Results 112 makes issues
Sort by recently updated
recently updated
newest added

When canceling the execution of a job via ^C a traceback is shown ``` ^CTraceback (most recent call last): File "/nix/store/p729krh0vah22znzj4zrlyg7ivyhqvqk-src/src/cli/main/__main__.py", line 11, in main(sys.argv) File "/nix/store/p729krh0vah22znzj4zrlyg7ivyhqvqk-src/src/cli/main/cli.py", line 769, in...

Developers usually have to deal with broken jobs due to expired secrets (usually API tokens). Ideally, all tokens should be automatically rotated, but this is hard (sometimes even impossible) to...

difficulty::low

makeNodeJsModule and makeNodeJsEnvironment don't work well with ECMAScript modules (.mjs files) as they don't support resolution from directories specified in `NODE_PATH` https://nodejs.org/api/esm.html#no-node_path ESM are likely to become more common with...

Using makeNodeJsEnvironment fails due to `Too many open files`, whereas a normal npm install doesn't. some of the most popular distros provide fairly limited defaults, so this is likely to...

The website is nice, it's well structured, has a search bar, and is generally easier to navigate than the long readme we currently have, it's also easier to point someone...

help wanted

I've been using `prettier --format markdown` in my code editor for a while now, and it's good, I like it

help wanted

Add support for a more strict mypy configuration file (i.e. enable all checks). I suggest to mark explicitly each config field, even if the default value is the desired one...

help wanted

Fix some issues related to SEO reported by SEMRush Related to: [universe issue-11571](https://gitlab.com/fluidattacks/universe/-/issues/11571) Steps: - [ ] Fix title tags - [ ] Fix broken urls

https://github.com/fluidattacks/makes/blob/965820b0039a4320ca5e6cb518042612a43b4346/src/args/make-container-image/default.nix#L10-L26 `contents` is a set of derivations that have to somehow be put in the final image, but it is not specified that every such content should be a layer....

help wanted
difficulty::low