Jon Senchyna

Results 7 issues of Jon Senchyna

**Which version of Kotest are you using** `5.3.1` When comparing two different `JsonNode`s, `shouldBe` is erroneously stating they are equal when they have different values at the same key. Here's...

bug
Good First Issue
assertions

https://issues.apache.org/jira/browse/SOLR-15685 # Description This PR adds a `.devcontainer`, which provides a Docker Perl/JDK11 build environment. This can be used for new/infrequent contributors to quickly get up and running without needing...

stale

## Description This PR adds a `gremlins.disabled` configuration that allows all processing to be disabled. This setting is intended to be used with language-specific configurations so that gremlins can be...

Some monorepos may have common projects that are shared across the various releasable projects within them. I would like to be able to use multiple path filters to be able...

GitHub's APIs now have an endpoint for [getting a single release by tag name](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-release-by-tag-name). This is much more efficient than getting all releases (or one-or-more pages of 100 of them)...

Adding the `.tar.gz` file in one layer and unpacking it in a second layer adds a lot of bloat to the image size. Moving the unpacking and permissions to a...

This PR adds some missing methods to flesh out interfaces and make `DB` and `Tx` have more of a shared interface. This opens up the possibility of creating a common...