Piotr Wittchen

Results 52 issues of Piotr Wittchen

Reading converted values should be optional due to the processing overhead. It can be a method inside `Signal` enum. Link: http://support.neurosky.com/kb/science/how-to-convert-raw-values-to-voltage

enhancement

Right now, `DeviceMessageHandler` has `if` statement in `handleMessage(message)` method. It adds overhead to data processing because every message from the device goes through that code. We should remove this `if`...

enhancement
performance

It would be nice to have `TGDevice` object simulator for testing purposes or maybe to provide an abstraction over it in order to simulate object behavior without having physical MindWave...

enhancement
testing

TBD.

release process

Add gradle-nexus-staging-plugin to close and release artifacts without GUI. link: https://github.com/Codearte/gradle-nexus-staging-plugin/

enhancement
release process

All Links in documentation in `README.md` in this project are broken.

Hi, What do you think about supporting `.editorconfig` file format? It looks like pretty interesting project and it's independent from the IDE. I suppose, such support would require writing 2...