Bendix Sältz
Bendix Sältz
`NonEmptyList` was missing a `prependAll`/`++:`. This adds the method and the alias and tests. The implementation may not be most efficient. I also added an override for `concat` to append...
Drops support for Scala 2.11 as discussed in #682. Updates all dependencies, especially sbt-scoverage. Fixes #682. Closes #684. Closes #685. Closes #687. Closes #688. Closes #689. Closes #690. Closes #691.
**Is your feature request related to a problem? Please describe.** Imagine having a rectangle for which you want to use `placeAutocomplete` to autocomplete places. Currently, only using the epicentre and...
Scala 2.13.12 added actionable diagnostics to the compiler and and info/warning/error messages. We needed to change our tests in #789 to accommodate that change. In future versions of Scapegoat, we...
Using `require` throws an untyped `Exception`. That should yield a `WARN`ing.
We get the comment on every pull request with the notice to install the [Codecov GitHub app](https://github.com/apps/codecov/installations/select_target) to enable full functionality. @sksamuel, would you please approve my request?
Added a test for the last case reported in #398. It only fails with Scala 2.12. I don't know why. Also ran the formatter on the file.
According to https://github.com/codecov/codecov-action since v4 it is required to pass the token. Since we updated to v4 our coverage report is comparing to the latest master before the update. I...
Hi, thanks for working on the calendar plugin for HumHub! I want to propose an enhancement that has caused some confusion in our community: 1. Start by creating an event...
Seen in [this open-source project](https://github.com/moia-oss/scynamo/pull/724) that uses Cats. See for example [this test run](https://github.com/moia-oss/scynamo/actions/runs/18461200790/job/53272210879?pr=724). We're treating warnings as errors in the compiler. ``` [errpr] Calls to parameterless method compose will...