Jason Tackaberry
Jason Tackaberry
I have the following scenario: 1. Kinesis data stream with 24 hour retention 2. A previous run of kinesis-consumer with a checkpointed sequence number 3. kinesis-consumer stopped for > 24...
This PR adds an option `WithImmediateRescan()` which, when enabled (it's disabled by default), causes the scan loop to skip the scan tick and immediately go back to Kinesis for another...
Values such as `DRONE_DATABASE_SECRET`, `DRONE_RPC_SECRET`, `DRONE_GITEA_CLIENT_SECRET` (and similar such secrets from other providers) are stored in a ConfigMap rather than a K8s Secret. I understand I can use `extraSecretNamesForEnvFrom` and...
This PR adds a `port` value to the Helm chart. The primary use case is to enable binding to high ports to avoid running Drone server as root.
I'm grouping a lot of fields with `@section` tags with some preamble and want to be able to reference the section. For example: ```lua --- Foo constants. -- -- These...
The `reapack` element provides an optional `desc` attribute which is used as the display name in lieu of `name` if specified. Similarly, it would be nice if the `index` element...
For standalone LBs, Vultr allows configuring PTR records for both IPv4 and IPv6. For LBs provisioned and managed by vultr-cloud-controller-manager, this capability should be surfaced via annotations. For v4, this...
In lieu of warning the user when the selected track is different than the active item in the editor is from a different track, provide an option to auto-set the...
Reaticulate should detect when a MIDI item is copied to a track (or perhaps more generally when MIDI data is pasted in any item on the track) that references banks...
Given a selected note (or if no selected note, use current articulation at edit cursor on the default channel) have an action to scan all selected items (or the current...