Adam Reeve
Adam Reeve
npTDMS is currently missing support for the following scaling types that I'm aware of, based on https://zone.ni.com/reference/en-XX/help/371361R-01/glang/tdms_create_scalinginfo: - Reciprocal scaling - ~~Strain scaling with any strain gauge configuration other than...
The TDMS file writing support in npTDMS is currently fairly simple, for every segment we always write a new object list and full raw data index for every channel. When...
DAQmx scalers have a "sample format bitmap" field. The purpose of this isn't documented anywhere that I can find though, and it has always been set to zero in the...
I have XBMC set up with different music libraries for different users. It would be great if the remote app could have an option for changing the user.
### Description Our builds have started failing after the Windows runner image was upgraded to version 20221120.1, with errors due to missing symbols from the C++ standard library, eg `__std_max_element_1`...
**Describe the bug** The experimental FIL library gives incorrect results for NaN feature values with categorical splits. It looks like if the split categories contains a zero then a NaN...
### Rationale for this change See #40328 ### What changes are included in this PR? Introduces a new wrapper class that holds a `FileKeyUnwrapper` and a shared pointer to a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The behaviour of `satisfies` when using a caret range with `includePrerease:...
This PR includes a few tidy ups and fixes to examples in the README: * Update versions of Arrow and DataFusion referenced in the README * Update the version of...
Adds integration tests that run against an actual Aerospike database. This will require some fixes to work with the changes in #2 if that was to be merged as is...