DavidCurtiss

Results 4 issues of DavidCurtiss

When `__getattr__` raises an EventsException for a missing attribute, it breaks `getattr(obj, name, default)`. Simple test that reproduces it: ```python class TestGetattr(TestBase): def test_getattr(self): events = Events(('on_event', )) assert getattr(events,...

- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nimi-python/blob/master/CONTRIBUTING.md). ~~[ ] I've updated [CHANGELOG.md](https://github.com/ni/nimi-python/blob/master/CHANGELOG.md) if applicable.~~ - [x] I've added tests applicable for this pull request ### What does this Pull Request...

### Description of issue The comment at the top of [nifake's .proto file](https://github.com/ni/nimi-python/blob/master/src/nifake/metadata/nifake.proto) just says that it was generated from version 23.0.0, whereas the .py files include the build number,...

DAQmx provides a UTF-8-specific DLL, `nicai_utf8.dll`. Using this would allow grpc-device to handle any language and special characters. But in doing so, it would also be necessary to disable the...

enhancement