Results 19 issues of Levi Aul

We have a workflow that is manually triggered by a CLI command. The CLI command uses cURL to [create a `workflow_dispatch` event](https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#create-a-workflow-dispatch-event), which in turn triggers an Actions workflow that...

I have a script that pushes a tag, and then immediately calls `actions-cli` to watch the deploy workflow triggered `on: create` of that tag. Right now, I need to insert...

Rather than taking into account an ever-increasing number of sampled data-points, e.g. "count of requests per API key since I started aggregating", I want to instead track the count of...

Fixes #9174. This PR addresses this edge case, by making the `tendermint rollback` command also remove the `blockstore` data for the block from which the invalid app-state was derived. This...

**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source): `v0.34.20`, but would still occur in `main` **ABCI app** (name for built-in, URL for self-written if...

Say I have this: ```elixir defmodule Person do end defmodule Users do belongs_to :person end ``` And say that I have ~500k `Person` records. * Rendering the `/users` index view...

Right now, there is no explicit, non-heuristic way to distinguish which chains are part of the same "project" or "system of networks" (i.e. which chains are "siblings" — maintained by...

enhancement

### Describe the bug With `cronosd` configured with `--log-level info` writing to the systemd journal, I get ~2GB of (compressed!) journals produced per day. That's an order of magnitude greater...

According to the readme, the Loqui protocol specifies that the `PUSH` frame can be transmitted by both the client and server ends. I assume this means that support for the...

**What would you like to be added**: I propose that ExternalDNS be extended with a distinct operational mode, where: * Instead of managing a single global per-process provider+zone as global...

kind/feature
help wanted
kind/design
lifecycle/frozen