Ryan Zoeller

Results 18 issues of Ryan Zoeller

This removes memoffset as an indirect dependency, and decreases build times.

This removes memoffset as an indirect dependency, and decreases build times. See also: https://github.com/elast0ny/raw_sync-rs/pull/27

This reduces compile time and removes memoffset as an indirect dependency.

S-waiting-on-review
T-embedded-linux

Consider enabling some form of the --check-cfg flag during automated builds, to catch typos. https://github.com/rust-lang/cargo/issues/10554

I noticed that `Cargo.lock.msrv` is currently listing an old version of `libc` which we can't possibly build with anymore (due to requiring new functions/constants)... it seems like the Minver CI...

I had asked about handling concurrent calls to entrypoints with long-running stream responses. The current grpc-labview architecture and examples push you to handle these directly in the event structure, which...

scope: documentation

bionic libc defines this and it appears to behave correctly on recent kernel versions.

S-waiting-on-review

**Is your feature request related to a problem? Please describe.** The native LabVIEW Set/Unset Busy functionality doesn't work for custom devices, because they are hosted in a sub-panel. **Describe the...

enhancement

- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/niveristand-custom-device-build-tools/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? Include the patch version in the display string, e.g. 23.8.1 renders as `2023 Q4 Patch 1`....

It is easy to unintentionally save a VI without changes, or make a change to a VI and then undo it while re-saving. Since it can be difficult to diff...

enhancement