Dave Kichler
Dave Kichler
Specifically, it seems to only affect the transition between a scalar type and a message type: Setup: ``` dkichler➜~/sbt-buf-test» buf --version 1.1.0 dkichler➜~/sbt-buf-test» cat buf.work.yaml directories: - src/main/protobuf - target/protobuf_external...
…calaSteward managed GitLab MR (#2519) Closes #2519
This feature would be useful for helping automate merging ScalaSteward MRs in the context where most other MRs are subject to minimum reviewer rules. This would be mostly to support...
I would like to request support for additional options on the create table API endpoint, documented here (for the REST API): https://stargate.io/docs/stargate/1.0/developers-guide/rest-using.html#_create_a_table Specifically, I would like support for `gc_grace_seconds` and...
The [existing Gitlab required reveiwers feature](https://github.com/scala-steward-org/scala-steward/issues/2519) is based on a Gitlab API endpoint that has been deprecated and will be removed in a future release: https://docs.gitlab.com/ee/api/merge_request_approvals.html#change-approval-configuration-deprecated Refactor this option/feature to...
This plugin is ~2.5 years out of date with the current version of Flway. It's probably due for an upgrade.
Updates pretty much everything: - JDK 1.8 -> 21 - Kafka support up to 3.8.0 - Kafka Scala version -> 2.13 - JUnit5 -> 5.11.0 - Curator -> 5.7.0 -...