RationalityFrontline

Results 4 issues of RationalityFrontline

I was updating a user's name, the name column has a unique constraint, and the new name value will fail that constraint. The expected behavior is the transaction fails on...

When using Notifications with threshold, I can't get current notification count (I want to display it on the threshold notification) : ```java Notifications.create() .title("Title") .text("Content") .threshold(5, Notifications.create() .title("Title (9 more)")...

enhancement

https://github.com/RationalityFrontline/JFoenix works with javafx 21.0.2 & java17+