DrDaleks

Results 3 issues of DrDaleks

Hi, Just noticed this NPE, wondered if this is normal or an OS-related issue somehow. My code calls `OsThemeDetector.getDetector().isDark()` at some point, and the full stack trace reads ``` [AWT-EventQueue-0]...

I have a use case where I'd like to add/remove an option based on the presence/absence of a module on the classpath. I'm assuming this is impossible to do this...

I'm using the FFT in various dimensions, however I have boilerplate code that is copied over for each dimension because the FFT classes (`*_1D`, `*_2D`, `*_3D`) don't have a common...