Results 62 comments of mkpaz

Thanks for investigating this! I think I'll also remove border opacity. At least from the Nord.

Same issue when trying to generate module-info for Flyway as it also optionally depends on android. Sadly, seems like there's no workaround here.

After some time of playing I've found that this exception is only raised when using ``. It won't be thrown when using ``. So I just generated module-info manually with...

Sorry, I have zero experience in writing Maven (or Gradle) plugins.

It's really a good step forward. Though, I believe the worst part about RichTextFX now are its dependencies. Abandoned and not modularized. Switching to Java 11 usually means that lib...

@Jugen Thanks for you great work by keeping the project alive. Still if you don't mind me asking, do you have any plans to continue working on this issue?

In case someone interested RichTextFX can be integrated into modular app with awesome [Moditect](https://github.com/moditect/moditect) plugin that automates `jdeps` and `jlink` commands usage. Configuration is a little bit tricky though, because...

FYI. wezterm.sh breaks Konsole + starship integration. I spent an hour to find out where this thin vertical line comes from, cause I had no idea wezterm installs anything to...

Third-party libs support is in the backlog. Your suggestion sounds reasonable, though I'd not include this snippet to the themes, but having something like `scene.getStylesheets().add("modena-bridge.css")` could be useful. Sadly ControlsFX...

Could you please add `module-info`? It's pretty inconvenient to use moditect each time to generate module descriptor. The latter is mandatory for tools like `jlink` or `jpackage`, which is the...