Frank Thomas
Frank Thomas
`JSDateSpec` sometimes fails: * https://github.com/alonsodomin/cron4s/pull/410#issuecomment-931430083 * https://github.com/alonsodomin/cron4s/pull/417#issuecomment-931938816 It looks like tests fail for dates where the day is the 31 and the month is set to a month that has...
See https://github.com/tpolecat/natchez/pull/592. The PR updates [org.typelevel:log4cats-core](https://github.com/typelevel/log4cats) and applies the following Scalafix migration for cats-core: https://github.com/scala-steward-org/scala-steward/blob/e94fc77485a2beb9c366015507dcda1393e25cda/modules/core/src/main/resources/scalafix-migrations.conf#L147-L154 This migration should not match log4cats-core.
In the past I was the only one publishing Scala Steward versions (via [scripts/release.sh](https://github.com/scala-steward-org/scala-steward/blob/c99d9d2c8ffe6261fad7378fdee7eb1a274cd732/scripts/release.sh)). I would like to enable all members of @scala-steward-org/core (:wave: @exoego @mzuehlke) to publish new versions...
This is what I currently do to publish a new Scala Steward version: 1. run `./scripts/release.sh x.y.z` where `x.y.z` is the new version 1. check that the CI publish job...
A CLI command that only validates repo configs would handy in cases where one would want to validate changes to a config without running Scala Steward. One use case is...
My public Scala Steward instance has repeatedly hit GitHub's secondary rate limit recently when creating PRs: ``` org.scalasteward.core.util.UnexpectedResponse: uri: https://api.github.com/repos/***/***/pulls method: POST status: 403 Forbidden headers: Headers( access-control-allow-origin: *, access-control-expose-headers:...
See #1978.
This is a meta issue for collecting and keeping track of prospective Scalafix migrations that could be added to Scala Steward. * [ ] ZIO 2.0: https://github.com/zio/zio/issues/5779 * [x] Cats...
See https://github.com/typelevel/cats/pull/3811. bitbucket.org returns status code 200 for non-existing files.