Adam Reeve

Results 34 issues of 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...

Feature

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...

Feature

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.

enhancement

### 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`...

awaiting-deployment
OS: Windows
investigate
bug report

**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...

bug

### 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...

Component: Parquet
Component: C++
awaiting committer review

### 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:...

Bug
Needs Triage

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...