Nate Bogdanowicz

Results 20 issues of Nate Bogdanowicz

Currently, whenever we use `pycparser` (either directly or indirectly via `cffi`), `lextab.py` and `yacctab.py` files are generated in the working directory. Instead, we should generate them in a temp directory....

This is for the case where the user passes in an array as input, and the C function requires a 'size' argument. This ArgHandler would automatically compute the array length...

enhancement

Just as it's useful to support multiple possible lib binaries (where the first one found is used), it would be useful to support multiple sets of headers. This is particularly...

Currently `load_lib()` relies on being passed a `pkg` argument, typically the `__package__` attribute of the file from which it's being called. However, this is the empty string for standalone modules....

Currently, the `'buf'`-related signature types are returned after being run through `ffi.string()`. This returns a `bytes` object (equivalent to `str` in Python 2). However, it'd be useful to have more...

enhancement

Uses a separate "verbose" logger that still bubbles up to the root logger. This is intended to list for every driver module (1) whether it could be imported and (2)...

I'm working with a remote Thorlabs UC480 camera and having a similar error - no issue with internal channels, but getting `TypeError: 'NoneType' object is not iterable`. When I define...

@jondoesntgit and I discussed this topic this morning. It would be nice to support Facet limits that don't have to be hard-coded at the class level. In particular, I ran...

enhancement

The Thorlabs Kinesis software can be used to control many devices, using many interrelated headers and DLLs. Each device-specific DLL depends on `Thorlabs.MotionControl.DeviceManager.dll`, which provides `TLI_` functions for listing and...

enhancement

The old "legacy" TSI SDK for Thorlabs scientific cameras had no C API (ABI, really), so we hackily wrapped its C++ interface. Now (as of ThorCam 3.1.0) there is a...

enhancement
help wanted