makes
makes copied to clipboard
A software supply chain framework powered by Nix.
Launching a local replica of DynamoDB is possible, having it embedded on makes and being able to pass JSON documents and terraform infrastructure to format its schema would allow code...
Sometimes Bugsnag is not able to recognize application versions. On this cases using a small script that calls the Bugsnag API and registers the new version is very appreciated Example...
On transpiled, minified and optimize production Javascript bundles Bugnsag is not able to report the correct line of code where the exception happened. On this cases uploading source maps that...
On a bash script, you sometimes require to send jobs to the background. If you want that background process to somehow signal that it's finished its setup and it's ready...
For writting indempotent scripts it's a good idea to kill whatever is listening on the ports that the script is going to use, and to clean up used ports on-exit....
depending on how you name folders on the makes/ folder, the outputs are going to look like-this, or likeThis, or whatever you name the directories. for consistency with makes built-ins,...
https://github.com/fluidattacks/makes/blob/874fb8ca2eb28e60f5b51b8526d9616cfa624fb2/src/args/lib-git/template.sh#L3-L7 - Complement with an `is_dirty_worktree` I figured in some situations one might want to ensure that things are run on a clean dir. One such use case is: ```...
```console ❯ rg -Nol makeTemplate src/evaluator ❯ rg -Nol makeScript src/evaluator src/evaluator/modules/format-python/default.nix src/evaluator/modules/format-nix/default.nix src/evaluator/modules/format-markdown/default.nix src/evaluator/modules/hello-world/default.nix src/evaluator/modules/pipelines/default.nix ❯ rg -Nol makeDerivation src/evaluator src/evaluator/modules/lint-bash/default.nix src/evaluator/modules/lint-python/default.nix src/evaluator/modules/lint-nix/default.nix # cross check ❯ fd --extension...
It's normal for people to `$ sleep n` while waiting for servers to wake up, this is however a poor implementation. A better and more elegant solution is to wait...
Launching a local cluster of redis instances that mimics quite perfectly AWS ElastiCache for development purposes is easy. Having it embedded on Makes would allow other people to benefit from...