Nicolas Mattia

Results 136 issues of Nicolas Mattia

When running spago inside a sandboxed environment, spago seems to get stuck. Here's a repro script: ``` bash #!/usr/bin/env bash echo entering TMP dir cd $(mktemp -d) echo "downloading spago...

bug

Using the cli action to deploy fails with the following: ``` /usr/bin/docker run --name b3ac6e318b04582d64b81a7a18f724cf72f83_8b35e8 --label 3b3ac6 --workdir /github/workspace --rm -e INSTALL_NIX_WAS_RUN -e NETLIFY_SITE_ID -e NETLIFY_AUTH_TOKEN -e INPUT_ARGS -e HOME...

It would be great to have released versions of e.g. `ic-cdk-optimizer`. `cargo install`ing it takes a bit of time.

Most of snack's flakiness comes from the fact that the logic is written in Nix - which is untyped and doesn't really have test frameworks. An idea I played with...

When lists are expected, e.g. `dependencies`, a single value could be accepted as well and passed on as a single element list to the build. CC #123

It'd be great to have a project with a lot of modules which we can use as a baseline for tracking performance, ideally by adding upper bounds on the number...

Fixes #51 @philderbeast this adds support for reading `package.dhall` files (I still need to update the command line arguments and the documentation, but the meat is there). However I doubt...