Gaël Jourdan-Weil
Gaël Jourdan-Weil
This adds commits on top of the ongoing work to support Kafka 4.x in https://github.com/zio/zio-kafka/pull/1504, just as a way to share changes. This PR is not intended to be merged....
Considering a project configured with 3 Scala versions as axis: ```scala val scala211 = "2.11.12" val scala212 = "2.12.15" val scala213 = "2.13.7" scalaVersion := scala212 lazy val core =...
Hello folks, I just stumbled upon what I believe to be a corner case but that did surprise me for a couple of hours before understanding what was going on....
Closes #2460 As suggested in https://github.com/diffplug/spotless/issues/2460#issuecomment-2785070757, this is a first step to raise awareness to users that the version declared in the config file is not used. We might work...
Scalafmt binaries (JARs) are supposed to parse the version declared in the config file and use this version to dynamically download the appropriate scalafmt release to then run. This behaviour...
Hello folks, I wanted to share with you a problem that I currently face in upgrading scalafmt config files from 2.x to 3.x (or even from 3.2 to 3.9 for...
_This is a feature request, not an issue._ Following the discussion on this [Reddit thread](https://www.reddit.com/r/scala/comments/1eknq5i/derived_type_class_for_json_formatting/), it would be nice if it was supported OOB by play-json. I'm copying the relevant...
_Originally raised on [StackOverflow](https://stackoverflow.com/questions/79193572/json4s-parsing-of-datetime-issue) by Ivan K._ Json4s version: 4.0.7 Scala version: 2.13 ``` DateParser.parse("2024-11-15T11:37:48.256593Z", DefaultFormats.lossless).instant // ❌ 1731670924593 = GMT: Friday 15 November 2024 11:42:04.593 DateParser.parse("2024-11-15T11:37:48.256Z", DefaultFormats.lossless).instant // ✅...
Hello folks, I think it would be nice if it was possible to add an option to filter out some headers (very generic) or at least an option to filter...
I've noticed https://github.com/dwickern/scala-nameof/pull/26 in which updating dependencies was done manually. I would suggest setting up [RenovateBot GitHub App](https://github.com/apps/renovate) (or optionally a scheduled GH Action) or [Scala-Steward](https://github.com/scala-steward-org/scala-steward) to get automated PRs...