David Medine

Results 26 issues of David Medine

I also fixed a small typo that I saw.

Not sure how many LSL users out there on RaspberryPi, but I had a project recently and noticed a couple problems: The distro that pip fetches on a pi does...

In the C++ API, this overload reduces to pulling 1 sample at a time until there are no more samples available: https://github.com/sccn/liblsl/blob/master/include/lsl_cpp.h#L1213-L1222 This is not ideal for debugging purposes because...

I just noticed that with this latest release the fields Study Root doesn't behave correctly. When I load a saved config file, it fills in the Study Root field with...

ViewModel code appears to be unfinished: https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/CollectionsPageViewModel.cs#L1-L15 The text for the C# in the View is the same as the text for the C# in the RelayCommand view: https://github.com/CommunityToolkit/MVVM-Samples/blob/8963a8720dc783658e764e22629598509e044d7f/samples/MvvmSampleUwp/Views/CollectionsPage.xaml#L139-L159 https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSampleUwp/Views/RelayCommandPage.xaml#L47-L76

moved from: https://github.com/xdf-modules/xdf-Matlab/issues/13

I just did a PR to update the lsl version in lsl_get_dll (https://github.com/labstreaminglayer/liblsl-Matlab/pull/32). The CI checks failed. No idea why. It built just fine on my Windows 10 machine with...

This is just a heads up as I ran into this problem in a different project. Without testing it, I can say for sure that this: https://github.com/labstreaminglayer/liblsl-Csharp/blob/c74a4d4b0a7049cbc59fa98995706de8fa26b395/LSL.cs#L572 is not going...

Maybe since submodularization PRs in submodules haven't been pinging people, but can we please merge this: https://github.com/xdf-modules/xdf-Matlab/pull/11?

I noticed something strange today while reading a test signal from the SendData.py example. When I load the data using xdf.py, the effective_sr field in the EEG info is 1.2646483766719545e-05....