Florian Berchtold
Florian Berchtold
This is a request for help: Is there a guaranty that a `ZMQ_EVENT_CLOSED` will always be received if a socket is closed **after** a monitor is started on said socket?...
Currently, the build system tries to link `rpcapd` to the shared version of `libpcap` unconditionally, but this library is not created in a static build `-DBUILD_SHARED_LIBS=OFF` Why don't you just...
- [x] This is a question for best practices In your [builder Dockerfile at line 15](https://github.com/hadolint/hadolint/blob/master/docker/Dockerfile#L15), you are performing an unpinned installation of the haskell stack, as described on their...
We want to avoid the maintaineance overhead of listing all symbols in `__init__.py`'s `__all__`, but it seems to be a special scikit-build thing? We do not use the `from module...
https://github.com/cheshirekow/cmake_format/blob/904c42da298f7fda932d9ac774517c20e2667fb8/cmakelang/parse/funs/install.py#L58 seems to not work, this: ```python install(TARGETS ${target} EXPORT MyTargets RUNTIME DESTINATION new_install/${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION new_install/${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION new_install/${CMAKE_INSTALL_LIBDIR} INCLUDES DESTINATION new_install/${CMAKE_INSTALL_INCLUDEDIR} PUBLIC_HEADER DESTINATION new_install/${CMAKE_INSTALL_INCLUDEDIR} ) ``` becomes ```python...
Is there a way to force the usage of the keywords `PRIVATE|PUBLIC|INTERFACE` in commands like `target_link_libraries`? I want to prevent mixes, and want to enforce the usage of said keywords,...
GPU usage is not supported by Docker Desktop, hence I would like to see the recommendation removed or at least skippable with an optional argument: https://github.com/docker/docker-install/blob/master/install.sh#L318 We also use VScode...
is there a simple way to get a python dict with all the information from the parsed xml? Eventually I want to dump is as a json, so it can...
### What would you like to be added I would like the following parameters to be configurable via ansible variables: ``` - name: vip_leaseduration value: "5" - name: vip_renewdeadline value:...
- [x] This is a bug report - [ ] This is a feature request - [ ] I searched existing issues before opening this one ### Expected behavior When...