Stefan Ruzitschka

Results 20 issues of Stefan Ruzitschka

Hey, you did an awesome job. Your terraform provider helped me a lot setting up my infrastructure. I would love to see this project flourish. From the age of the...

Hey, it's me again. Could you create a `v2` - branch in your repo, so that I can create a PR against it? Best regards icepuma

The shell completions don't match exactly when it comes to options for the different subcommands and their switches. The task would be to check the `clap` app and adjust the...

enhancement

I'm looking for a person, who would like to take over this GitHub action. Best regards Stefan

**Description** [serde_yaml](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34) got archived, so we should replace it. **Additional information** There's no real good successor as of now, so we'll have to wait till something pops up to replace...

Component::Config

**Description** Download an OCI artifact similar to the `file.download` - action. ```yaml action: oci.artifact.download from: oci://// to: /tmp/artifact ``` **Additional information** This would aid a GitOps way of deploying a...

Type::Enhancement

**Description** Use passwords from a 1password vault in comtrya. Implementation idea: * [Use](https://crates.io/search?q=1password) or create a wrapper for [1password cli](https://developer.1password.com/docs/cli/get-started/) * Create a URI schema (e.g. `op://`) for a new...

Type::Enhancement
Meta::GoodFirstIssue
Contexts::IncludeVariables

**Description** We have a new command `comtrya contexts [--show-values]` which shows the given contexts and optionally their values. This issue is a placeholder for future discussions and it is linked...

Type::Enhancement
Actions::Command

Hey, love the work you did so far for `atrium`. Do you plan on adding `axum` support for the [xrpc-server](https://github.com/sugyan/atrium/tree/main/atrium-xrpc-server) or what are your plans with this crate? Best regards...

Discord recently added [recurrence_rule](https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object) with https://github.com/discord/discord-api-docs/pull/7058 Some fields (marked by `[1]`) aren't supposed to be changed by the user and are only set by Discord itself. Don't know how to...