Steve Lawrence

Results 8 issues of Steve Lawrence

According to https://github.com/scala-steward-org/scala-steward/issues/1793 and https://github.com/scala-steward-org/scala-steward/pull/1841, scala-steward will only delete branches when PR's are closed, and not when they are merged. This means that adding scala-steward as a remote and fetching...

enhancement

The mxml-dependency is available in the EPEL repos for EL 7, 8, and 9. Rather than requiring that users build mxml from scratch on CentOS/RHEL, modify the build instructions to...

> Note: I got really tired of the really long CI times, so decided to attempt to try speed up our integration tests (which are the biggest offenders) and tackle...

If a DecimalFormat pattern contains a decimal point and setDecimalPatternMatchRequired is true, then DecimalFormat parse() fails to parse infinity/NaN representations. This is because infinfity/NAn parsing does not set the HAS_DECIMAL_SEPARATOR_FLAG...

Tags have been created for v1.9.17 and v1.9.18 but no releases have been created, in either the GitHub releases (https://github.com/sbt/sbt-native-packager/releases) or published to the maven repos (https://central.sonatype.com/artifact/com.github.sbt/sbt-native-packager) It looks like...

Right now, it looks like license information only comes from managed dependencies via Ivy. This means that any unmanaged dependencies are not part of the report. It would be nice...

enhancement

We currently use the ZipArchiveEntry(File, String) constructor when creating a zip file entry for Universal/packageBin. This constructor reads mtime, atime, and ctime from the File and adds them to the...

The version of nodejs that ships with Fedora 40 has a bug that causes a SIGILL error when runing npm on some architectures. This installs nodejs/npm from the Fedora "updates"...