ilan

Results 12 issues of ilan

### OpenTofu Version ```shell N/a ``` ### Use Cases There are tons of reasons to have TF generate secrets at deploy time - a database, a private key, etc. I...

enhancement
pending-decision

### Please describe your bug JF primarily sends * Play * Stop * Scrobble * Progress This is really suboptimal from an events processing standpoint. Plex meanwhile primarily sends *...

bug

**Describe the bug** Consider this code ```go huh.NewGroup( huh.NewMultiSelect[string](). Key(keyAccountSelection). Options(huh.NewOptions(m.appState.AccountIds...)...). Title("Account Selection"). Validate(validateMultiSelect). // TODO: this blocks shift tab Value(&m.appState.SelectedAccountIds), ).WithHideFunc(func() bool { return shouldHideAccountSelection(m) }), ``` if validateMultiSelect...

**Is your feature request related to a problem? Please describe.** I would really like to be able to get what group I am on by key, right now **Describe the...

I have code like this ```go huh.NewGroup( huh.NewSelect[string](). Key(keyAppNames). // add the app names here Options(huh.NewOptions(m.appState.AppNames...)...). Title("Applications for "+m.appState.UserName). Description("Select your app. You may scroll or filter"), ), ``` m.appState.AppNames...

**Describe the bug** ```go var controlIDs []huh.Option[string] for k, v := range m.appState.ControlIDs { x := huh.NewOption(fmt.Sprintf("%s \n %s", k, v), fmt.Sprintf("%s \n %s", k, v)) controlIDs = append(controlIDs, x)...

Using the bare stock config exactly as shown in the guide except with the `arma3` tag, my server seg faults after it loads Everything installs, the server starts, and at...

Improve command running Fixes potential issues with a command getting the wrong value and locking up Improve queue speed Deduplicates attribute queue

To reduce operational burden and make it simpler to deploy, there should only be one volume needed like /app or something, and the application should then deal with having the...

## Proposed change This adds an integration for the madvr envy http://madvrenvy.com ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an...

cla-signed
new-integration
has-tests
integration: madvr