Ross Sullivan

Results 5 issues of Ross Sullivan

Localstack can be installed with Homebrew ([this](https://formulae.brew.sh/formula/localstack) formula). It would be nice if we could also installed the awscli-local with Homebrew so we only need to use 1 package manager

For applications the are running in environments that do not have persistent storage, logging to std out and file on the local filesystem is not enough. Log4j has a [Kafka...

enhancement
help wanted

When using nested tests, `Expect` is not injected into the outer class. Example ```kt @ExtendWith(SnapshotExtension::class) class ExampleTest { lateinit var expect: Expect @Test fun foo() { expect.toMatchSnapshot("foo") } @Nested inner...

enhancement

Hello, my company had adopted Quickwit+Grafana, coming from Opensearch+OpenSearch Dashboard. One feature we really miss from the OpenSearch dashboard is the ability to add quick filters that can be enabled/disabled....

The `Shift-Enter` keybinding appears to be no longer working on newer versions of codemirror after the 0.5.0 release. This PR restores the functionality by adding `Prec.highest` to the custom keymappings...