Cormac Redmond

Results 33 issues of Cormac Redmond

ScenicView needs a rebuild using latest JDKs: it can connect to later running JREs, but is riddled with bugs and odd behaviour. A rebuild with a later JDK solves many...

The control flow docs read: - -obfuscate-control-flow class class com.password4j.Argon2Function { *; } - -obfuscate-control-flow class class com.dprotect.** { *; } But, I believe it should read: - -obfuscate-control-flow class...

Config like: - -obfuscate-strings class com.something.** ...seems to have no effect. I need to use: - -obfuscate-strings class com.something.** { *; } ... which goes against what the documentation (on...

There seems to be a bug with Card elevation CSS. For example, the generated CSS (i.e., Card CSS in the JAR) is: ``` .card > .container.elevated-1 { -fx-effect: dropshadow(three-pass-box, -color-shadow-default,...

needs investigation

As per title, the page description is misleading / confusing -- especially to newcomers.

A "Children: duplicate children added: parent" exception occurs whenever remove(x) is called on a source observable list. Very easy to reproduce: ``` public class EasyBindMapBug extends Application { private final...

**Describe the issue** As per title, on MacOs, calling System.getProperty("os.arch") returns x86_64 when running the application in the JVM, and then returns "amd64" from the native image. Why does this...

bug
native-image

![image](https://github.com/user-attachments/assets/beb57424-7579-452f-b2ae-edc803abbd8d) SearchableComboBox is not editable. The example screenshot shows the sampler app, where the editable flag makes no difference. There's no way you can enter a custom value into the...

Cannot mvn gluonfx:compile on Windows (master using Gluon's GraalVM 23) ### Expected Behavior It should build the native image. ### Current Behavior It's trying to download a file that does...

bug

### Expected Behavior Entitlements.plist should overridable on MacOS ### Current Behavior It's not. ### Context When you have embedded binaries in a native image, i.e., from third party libs, the...

enhancement