Dano Morrison

Results 41 issues of Dano Morrison

This was noted as an issue after running the workshop in Toronto. We should test the data coming from muse-lsl on Mac and Linux/Windows to see if there is any...

git is necessary to install pygatt

Just noticed this when debugging problems that arose when moving from an EEG device sampling at 256hz to one at 1000hz. It seems that the PSD returned by ```js const...

In the current instantiation of the Debug Plugin, attempting to 'snapshot' a Sequence or a Screen nested within a sequence appears to break. What I've been noticing is that, on...

Some internal implementation like this, that mirrors the `Component` event handler methods would be nice ``` async handle(context: core.Component, event: string) { switch (event) { case 'plugin:add': return this.onInit(context); case...

This PR addresses the breaking change in bleak 0.18 of the `start_notify` function's callback returning an object instead of an int.

Following the recent 2.0.0 update, we still need to update the viewer in order to be able to plot data from the alternate data sources. This should be fairly straightforward,...

enhancement

Had problem installing the slider with React Native 0.37 on iOS. Got errors after running `react native link` because RCTComponent.h and RCTViewManager.h imports in the volume slider files were not...

The repo as it stands doesn't support Linux. For some reason, web bluetooth doesn't seem to be enabled with the `enable-web-bluetooth` flag. However, we found that it works beautifully if...

I'd like to add multiplayer to this game and simply map different characters to different keyboard combinations (e.g wasd + t, arrow keys + alt). Are there any things about...