Matt Groth

Results 128 comments of Matt Groth

made progress with ```css .guppy_active .main_cursor { caret-color: white; color: white; background-color: white; border: 1px solid white; } .guppy_inactive .main_cursor { caret-color: white; color: white; background-color: white; border: 1px solid...

In the meantime, does anyone know how to silence the logger? I don't fully understand how the logger works. I've tried using ```kotlin java.util.logging.Logger.getLogger("com.jthemedetecor.MacOSThemeDetector").level = Level.OFF java.util.logging.Logger.getLogger("com.jthemedetecor").level = Level.OFF ```...

But what if I just want to disable logging for jthemedetecor without disabling logging for other libraries?

I also tried adding ``` winBuddy_ShouldHideMenubar 1 ``` and ``` winBuddy_ShouldHideMenubar 0 ``` to the info.plist for sublime and neither worked.

both netbeans and sublime are not checked in the SIMBL application blacklist. But in fact no SIMBL plugins are loading in them at all

Ideally both the multiplatform and the single platform jars can be available so that library users don't have to worry about including the right files and can make their choice...

Thanks @wjcroft for pursuing this issue. I'm following up from [our thread](https://openbci.com/forum/index.php?p=/discussion/comment/18416#Comment_18416) I as a user would benefit so greatly from this fix. I'm working on a research project on...

If it is any help, I am doing SSVEP stimulation and seeing peaks at the power spectrum that are slightly less Hz than expected. I stimulate at 12Hz, and the...

You're right, you did explain this and apologies for not understanding it correctly the first time. This of course means we are saying that no matter how much of a...

Related: https://github.com/Kotlin/kotlindl/issues/405