mashin icon indicating copy to clipboard operation
mashin copied to clipboard

Mashin is an extensible rust-powered Infrastructure as Code (IaC) platform with a Javascript runtime, simplifying cloud resource management through a seamless combination of custom providers and expre...

Results 14 mashin issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.21. Release notes Sourced from clap's releases. v4.3.21 [4.3.21] - 2023-08-08 Features Expose TryMapValueParser so the type can be named v4.3.20 [4.3.20] - 2023-08-08 Features...

dependencies

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.57 to 1.0.66. Release notes Sourced from proc-macro2's releases. 1.0.65 Documentation improvements 1.0.64 Fix parsing of bare \r in between tokens (#399) 1.0.63 Parse c"…" c-string literals...

dependencies

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.0 to 0.21.2. Changelog Sourced from base64's changelog. 0.21.2 Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code 0.21.1 Remove the possibility...

dependencies

Bumps [console](https://github.com/console-rs/console) from 0.15.5 to 0.15.7. Changelog Sourced from console's changelog. 0.15.7 Enhancements Set an appropriate lower version of libc for macos changes. Improved behavior of read_single_key so it does...

dependencies

attempts to fix #51 by adding a simple cfg for windows. Still has an issue where these lines fail. ```typescript await globalThis.__mashin.downloadProvider( "github", new URL( getFileName("mashin_provider_starter"), `https://github.com/nutshimit/mashin_provider_starter/releases/download/v${VERSION}/` ).toString() ) ```...

**Is there an existing issue?** - [x] I have searched the existing issues is related to deno-fetch: https://github.com/denoland/deno/issues/19177 **General** Was attempting to run the program. **Context** Error occurs when trying...

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.17 to 0.11.18. Release notes Sourced from reqwest's releases. v0.11.18 What's Changed Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be...

dependencies

### Is there an existing issue? - [X] I have searched the existing issues ### Motivation We need to do some research and POC on whats the best solution to...

enhancement

### Is there an existing issue? - [X] I have searched the existing issues ### Motivation _No response_ ### Request Allow the use of a community built state handler Right...

enhancement

### Is there an existing issue? - [X] I have searched the existing issues ### Motivation Trigger delete on the resource when its removed from the `MashinScript` ### Request Right...

enhancement
mashin_runtime