FlyingSamson
FlyingSamson
Tcp mode
## References I could not find any explicit issue that would be solved by this PR. However, the requirement for TCP support has been mentioned in #282 and #184 (The...
### Is your feature request related to a problem? Please describe. _No response_ ### Are you looking for hardware support? _No response_ ### Describe the feature you want It would...
Is there a particular reason for only wrapping `H5F_LIBVER_LATEST` and `H5F_LIBVER_EARLIEST` and not the remaining values of [H5F_libver_t](https://docs.hdfgroup.org/hdf5/develop/_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2)? If not, I would be happy to add the remaining (e.g., as...
In the README it says > the HDF5 C library (>=1.8.13 would do but >=1.10.0 is prefered) but is this requirement actually enforced somewhere within cmake? I couldn't find any...
#### Description This PR is a followup to #23907 and updates the dependents of abseil to also use c++17 standard. The dependents `Bear` and `apache-arrow` already use c++17 and `mtxclient`...
#### Description Currently `gtk3` depends on `mesa` and other `x11` related packages even when building with `+quartz -x11`. This dependency was required through `gtk3`'s dependency on `libepoxy`, which pulls those...
For the project I'm currently working on, I need to write a custom driver. Inheriting from `hdf5::file::Driver` works per se, but to overload the pure virtual function `id()` I need...
Implement the rotation via a constrained orbit, as it is performed by the CameraTool included in cura (possibly by using the functionality already provided by this tool).
## Guidelines for marking packages as broken: * We prefer to patch the repo data (see [here](https://github.com/conda-forge/conda-forge-repodata-patches-feedstock)) instead of marking packages as broken. This alternative workflow makes environments more reproducible....
When I try to read a fixed-size string attribute with properties (from h5dump -e -a ...) like ``` ATTRIBUTE "Creator" { DATATYPE H5T_STRING { STRSIZE 7; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII;...