Sibo Van Gool
Sibo Van Gool
Don't know if this is helpful, but I fixed this by starting the PostgreSQL service with brew: ```bash brew services start postgresql ```
UPDATE: I'm able to resolve this issue when I remove the 20 offset from the `shadowSize` in `core/src/main/java/com/github/weisj/darklaf/ui/button/DarkButtonBorder.java` ```Java // This causes an issue shadowSize = UIManager.getInt("Button.shadowHeight") + 20; //...
@weisJ if you want I can help out on this issue, but it would be nice to have some initial directions. Is this just a matter of bumping the codebase...
Running `java --list-modules` does show that my JRE has `[email protected]` (which should include `jdk.swing.interop.SwingInterOpUtils`). Trying to run`Class.forName("jdk.swing.interop.SwingInterOpUtils")` throws `SwingInterOpUtils not available: java.lang.ClassNotFoundException: jdk.swing.interop.SwingInterOpUtils`. So I really don't know what the...
@weisJ if possible, it would probably be best to avoid `sun.awt.Toolkit` and `jdk.swing.interop.SwingInterOpUtils` entirely. Seems like it's gonna keep giving you headaches, especially if you'd like to support newer JDK's,...
> I have decided to drop support of Java 8 with the next version. The new minimum versions requirement will be Java 17. I don't find as much time as...
> The problem is that the IntelliJ themes work differently than the core themes: > > 1. First the properties files of the base core theme are processed (either `FlatIntelliJLaf`...
I think you can take this one: https://github.com/devgpt-labs/devgpt-releases/blob/base/supabase/schema.sql.