Ondra Pelech
Ondra Pelech
This should enable more code sharing between JVM and Native ports of ZIO * https://github.com/scala-native/scala-native/pull/4046 @kyri-petrou
The default jline bundle contains classes built against Java 22, which is causing unnecessary issues. related: * https://github.com/scala/scala/pull/10827#issuecomment-2415258547 * https://github.com/jline/jline3/pull/1097
``` > npm exec -c 'tree-sitter generate --report-states-for-rule compilation_unit' ``` ``` Warning: unnecessary conflicts `modifiers`, `lambda_expression` `_function_constructor`, `_type_identifier` ```
/cc @lgmyrek
`applyToContext` essentially turns ordinary functions to "contaxtual" functions. This is an indispensable piece of functionality when working with contextual functions and contexts, which is the hallmark of Scala. Thus `applyToContext`...
related to * https://github.com/bootc-dev/bootc/pull/1676
Scala 3.3
Related to * https://github.com/sbt-jib/sbt-jib/issues/99 Publishing fails again. @schmitch can you please have a look at this again? 🙏 🙏 🙏 https://github.com/sbt-jib/sbt-jib/actions/runs/16806735702/job/47601184040#step:5:140 It's probably related to the recent sun-setting of the...
@lihaoyi how do I ensure that `loom-compatibility` is built only against OpenJDK 21?
`KafkaMetrics` class is currently _package private_. Making this public will enable using it in cases where constructing `KafkaClientMetrics` nor `KafkaConsumerMetrics` is a viable option. Specifically, when using fs2-kafka (a Scala...