Antoine Kalmbach
Antoine Kalmbach
The glob results return an OS-specific string, e.g. "locale\fi_FI\LC_MESSAGE\blah.po" which is unparseable by strings.Split(f, "/"). This translates all platform-specific slashes to actual slashes, so on Windows, it turns them into...
I2S Support
ATSAMD21/51 both support I2S. Is there a plan to add this to the HAL? edit: should this issue be named "Implement I2S abstraction"? Unless I'm mistaken, there is no standard...
Java 21 LTS was released on September 19th, 2023. Support for it in JaCoCo was added in version 0.8.11, and [looks like the version is already correct in sbt-jacoco](https://github.com/sbt/sbt-jacoco/blob/main/build.sbt#L1), all...
Defaulting to SERIAL, the LWTs used for leader election now have the consistency levels configurable, and are no longer using QUORUM, since that doesn't make sense for LWTs anyway. I...