Jim Kring
Jim Kring
@adamreeve note that trying to defragment the raw1.tdms file fails due to it having scalar channel.data _Originally posted by @jimkring in https://github.com/adamreeve/npTDMS/pull/320#discussion_r1465524252_
It's worth noting that this action requires wget to be installed. I'm working with a container that doesn't already have it installed, so I had to install it. Not a...
Hi. I'm trying to install PyQt6 on nogil. I have no idea if it should work or not. It gets stuck at `Preparing metadata (pyproject.toml) ...` ``` $ python -m...
> Note: This issue was created simply to provide a way for us (Nuitka project) to communicate to the Zig project about our most important Zig issues. We have provided...
zig is a nice language and toolchain. The zig compiler supports C and C++ compilation (by building clang into zig) — the `zig cc` command is the C compiler and...
Great tool! I noticed that the tests are mocking up CLI calls and then invoking the main function/entrypoint (`readRSRC_main()`) of the `pylabview` library. I had a thought... would it make...
### Description I did a `pip install logfire` but after trying to setup integration with FastAPI I got errors that `opentelemetry-instrumentation-asgi` and `opentelemetry-instrumentation-fastapi` weren't installed. I probably didn't follow/find the...
Allows to easily "open in container" from within vscode, for testing the build process.
- use a `build.success` file to mark successful dep-lib builds - remove the `zlib-latest` folder before retry - force symbolic link creation (since a step may fail after creating links...
When getting tagged parties, the list is paginated using offsets. If 500 elements are returned (the page limit), use ?n=500 (e.g. `GET /tags/#{id}.xml?n=500`) to check for the next 500 and...