Chadwick Boulay

Results 58 issues of Chadwick Boulay

This PR deduplicates code, allows use of select_streams without double traversal of file (#60) and adds the ability to extract headers only. It was a bit tricky to do while...

The latest version of the pupil labs LSL plugin forces Pupil capture service to use the LSL clock (great!). When frames are acquired from the video they get timestamped with...

Previously, I had been grabbing concurrentqueue with cmake's `FetchContent` and it worked great. Recently, I switched to using it as a bitbake recipe in an embedded system, where concurrentqueue gets...

Context: I am playing back an XDF file through LSL to test my online pipelines. I would like to push data through the LSL Outlet(s) as fast as possible but...

- [ ] MINGW - internal loguruthreadnames [skip](https://github.com/sccn/liblsl/pull/217/commits/6652d2c689f20c5e63fe94b836e31c4e23ddfbc8) - [ ] MacOS - internal reuseport on ipv6 multicast - [skip](https://github.com/sccn/liblsl/pull/216/commits/2e88ab0ed3324631287a535d99bb7f92bce0ffce) - [ ] pushpull benchmarks in MSVC win often segfault...

If we replace `amd64` with `x86_64` in the second line [here](https://github.com/sccn/liblsl/blob/master/cmake/LSLCMake.cmake#L25-L26) then all of our packaged binaries will get the `x86_64` suffix instead of `amd64`. `x86_64` is generally preferred because...

Fix #1148 ## Motivation What was the reasoning behind this change? Please explain the changes briefly. As explained in #1148 and [pynwb #1929](https://github.com/NeurodataWithoutBorders/pynwb/issues/1929), when a `pynwb.TimeSeries` object is created where...

### What happened? The pynwb documentation provides an example of passing a `H5DataIO` object as the `data` argument to the `TimeSeries` constructor. [docs here](https://pynwb.readthedocs.io/en/latest/tutorials/advanced_io/plot_iterative_write.html#alternative-approach-user-defined-dataset-write). However, this only works in the...

category: bug
priority: medium