Clint Banzhaf

Results 4 issues of Clint Banzhaf

flower can already connect to sentinel using tls by setting `sentinel_kwargs` in `broker_options` accordingly, e.g.: ``` 'sentinel_kwargs': { 'ssl': True, 'ssl_cert_reqs': ssl.CERT_NONE } ``` to enable tls to sentinel without...

@Sarthak301 This replaces your https://github.com/neuromore/studio/pull/123 `INCLUDE_DEVICE_BRAINALIVE` is disabled by default. Uncomment here to enable: https://github.com/neuromore/studio/blob/04e1ff5088de5ca9c54ed873dc92fc0d91b2e1d1/src/Engine/Config.h#L48 **TODO** Engine must not use Qt or code from Studio. Specifically in `Engine/Devices/BrainAlive/BrainAliveNodes.cpp`. This must...

The minimum width of the RawWaveFormWidget appears to be linked to the sample rate of the active EEG device. For devices with considerable high sample rate (e.g. 500+), the minimum...

bug

**Problem:** Building still spits out several compiler warnings in dependencies and a few in our projects as well. Users may get confused and accidentally assume the build has failed. **TODO:**...