Cryowatt

Results 6 comments of Cryowatt

If someone could link a source for this data, that would be great. As far as I can tell it either doesn't exist or it's being suppressed.

Is there something else that needs to be done here to get this merged? Even if testing is a blocker, I'd like to see this shipped as an unstable feature...

There's probably no immediate reason to update to the 2.0 provider, so I've just capped it to the latest 1.x major version.

Ideally if you move to a packaged-based distribution method, you should add terraform as a package dependency instead of redistributing their binaries as part of the L0 release.

Here's a workaround you (and anyone else who stumbles across this issue) can use: Add a shell script `runner.sh`. ```bash #!/bin/sh mkdir -p ./target/publish/ elf2uf2-rs $1 ./target/publish/image.uf2 ``` Update `runner`...

Ignore the brief closure, thought it was broken for a second