Chris Connelly

Results 17 comments of Chris Connelly

Another ping! It would be great to have a tagged version in order to depend on a particular tag rather than `master`/a commit SHA.

Awesome! I'll find some time to look at this in the near future. Of the options, I quite like the last one. As you say, it leaves it open for...

In Sceptre 1.x we used a trick whereby we would add a custom field to the root of the configuration (e.g. `hook_data: ...`) which would contain resolvers. Because the field...

Given the stated compatibility in the README and `travis.yml`, an example using `await` would probably need to be separate.

Aha, I didn't notice that. I'll try to have a look into doing it that way at some point. My `Dockerfile` is trivially copying in binaries built by `cargo-dist` so...

**Forge version:** 12.18.3.2511 **Calculator version:** 1.10.2-3.2.5 I was able to reproduce this very reliably and consistently with: - Conduit set to "extract always active" on the bottom of the multiplier....

I've been able to cross compile `aarch64` from standard x86 GitHub Actions runners with a fairly small amount of configuration: - Manually add the relevant `targets` to `Cargo.toml` (this is...