Mark Raynsford

Results 46 issues of Mark Raynsford

**Describe the bug** I want to build the sources on Linux. I clone the project, and then execute `./gradle tasks` to see which build tasks are available. This results in...

bug

The existing code uses SLF4J style logging strings, where the string "{}" is expected to be formatted according to the given arguments. Unfortunately, the format string is actually passed directly...

Hello. The standard JDK `Map` interfaces contain methods such as `containsKey` that take an `Object` instead of a `K`, throwing away type-safety. I believe this is now considered to be...

## Expected Behavior Currently, the image capture functionality unconditionally writes images in PNG format: https://github.com/TestFX/TestFX/blob/c80fa9ca5e7852f8a8ecf71286b1cd5cc07836dc/subprojects/testfx-core/src/main/java/org/testfx/service/support/impl/CaptureSupportImpl.java#L124 I upload quite a lot of screenshots via GitHub Actions so that I can diagnose...

The existing code was checking for the existence of a file "src/main/module-info.java" relative to the current directory. The problem is that in a multi-module build, the current directory is the...

This set of commits makes the following changes: - All jar manifests are now generated using the [Bnd](https://bnd.bndtools.org/) tool. The new manifests contain a superset of the old manifests with...

Hello! I'm still having problems with what I believe is the simplest possible menu bar setup. See the following repro case: https://github.com/io7m/fxmenubug-20190801 Just run "Main". Here's a video of the...

This change simply adds a few Maven POM files that will produce standard Java jar files that can be deployed to any Maven repository. This allows anyone using Maven (or...

Hello! Our application is a single activity, and so each screen is a fragment. We currently have a splash screen fragment `S` which, when completed, tells the hosting activity to...

Hello. I have rather a large number of projects, and all of them are multi-module Maven projects. For every single module, I have to go into the Checkstyle configuration and...