Mark Raynsford
Mark Raynsford
The draw note tool and the select note tool... The two tools that are almost certainly used more frequently than any other tools, and that need to be used in...
### Issue Description I maintain a small [Java library](https://github.com/io7m/ervilla/) used to start containers using `podman` for the purposes of integration testing. Yesterday, I inadvertently upgraded to `podman 5.0.0` as part...
Hello! We're looking at introducing Axe into the [Library Simplified Android client](https://github.com/NYPL-Simplified/Simplified-Android-Core) but, unfortunately, it seems like the version of Axe on Maven Central is very out-of-date. It seems like...
A fresh clone, followed by `gradle build`: ``` $ gradle build --info Starting Build Settings evaluated using settings file '/tmp/Feed-the-space/settings.gradle'. Projects loaded. Root project using build file '/tmp/Feed-the-space/build.gradle'. Included projects:...
These encodings will need to be updated. The `1.0.0` release will not be backwards compatible with previous `vavr` versions (they've removed a few collections classes).
Provide builder methods that allow for setting the left and right values of `Either`-typed attributes.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Maven ### Package manager version _No response_ ### Language version _No...
We currently have a lot of open issues that are either resolved or WONTFIX. There are also a lot of dependency updates as PRs. This is currently blocked by https://github.com/io7m/xoanon/issues/11.
Hello! I'm trying to package up a modular (in the Java 9 modules sense) command-line application. The application is run like this: ``` java -p lib -m com.io7m.northpike.agent.main/com.io7m.northpike.agent.main.NPAgentMain ``` That...