Jeff Anderson

Results 34 comments of Jeff Anderson

i believe I am hitting this same issue as part of my project that attempt to use `include_subdirectory` and `target_link_libraries` with SOEM https://github.com/kj4tmp/pyecm ``` Building Custom Rule D:/a/pyecm/pyecm/CMakeLists.txt soem_ext.cpp D:\a\pyecm\pyecm\ext\SOEM\oshw\win32\nicdrv.h(21,10):...

I was able to implement the following workaround by adding the following to my `CMakeLists.txt` ``` if(WIN32) # Add the directory containing pcap.h to the include directories # this is...

Has any fix been implemented yet on this issue?

I'm having the same issue. Placing ? or * instead of a space doesn't help

Our application requires accommodating bursts of writes exceeding 1 million field writes / second (which is the typical limit of a single node influxdb OSS instance) for up to 20...

here is a relevant issue https://github.com/influxdata/telegraf/issues/5633

I also hit this confusion when trying to understand the expected behavior of `translate-c` when encountering a `#pragma pack` https://github.com/ziglang/zig/issues/20405

voicing my support for this feature https://github.com/wjakob/nanobind/discussions/564

I am not memory constrained nor latency critical. I am attempting to wrap SOEM for python(https://github.com/kj4tmp/pyecm) (a garbage collected language). I cannot generally expect the user to re-compile my python...

For my understanding, if I use ecx_config_map_group with a group other than zero, I should provide a dedicated iomap for it? But if I use group=0 then I can use...