panicgh
panicgh
Some probably nitpick and minor observations: * There is no entry for the 1.0.1 release on the [releases](https://github.com/fbdtemme/bencode/releases) page. * The 1.0.1 [tag](https://github.com/fbdtemme/bencode/tags) does not have the "v" prefix as...
This [line](https://github.com/Nitrokey/nitrokey-app2/blob/9c41a9aebd7e20de768ab80f639f701a6ab48173/pyproject.toml#L27C4-L27C4) pins pynitrokey to an exact version, which is outdated by now. I cannot update pynitrokey to the latest version and use nitrokey-app2, because it fails to build due...
## Description I seek guidance for running unit tests as part of packaging open62541 in a GNU/Linux distro. It seems unit tests fail if the project is configured with `-DUA_BUILD_UNIT_TESTS=TRUE`...
**Describe the bug** `fetchGit` ignores `--netrc-file mynetrc` and only works with the user's default `~/.netrc` file. **Steps To Reproduce** 1. Create netrc file in `~/.netrc` 2. `nix build --tarball-ttl 1...
When building with `-DKOMPUTE_OPT_USE_SPDLOG:BOOL=TRUE -DKOMPUTE_OPT_USE_BUILT_IN_SPDLOG:BOOL=FALSE` cmake outputs the error: ``` CMake Error at src/logger/CMakeLists.txt:59 (target_compile_definitions): Cannot specify compile definitions for target "spdlog" which is not built by this project. ```...
I would like to build a opcua-asyncio package for Fedora 40, however the constraints `cryptography>42.0.0` and `pyOpenSSL>23.2.0` are quite limiting. Are they really needed? Maybe they could be slightly relaxed....