Paul Barker
Paul Barker
I'm writing manual pages for section 5 and so my manual page names include periods (eg input file is 'suffixes.install.5.ronn', desired output filename is 'suffixes.install.5'). Instead of the output file...
It looks like kas supports multi-config targets in the configuration file but this isn't covered by the documentation at all. Examples would also be helpful. See https://github.com/siemens/kas/commit/fa1575790fa9f18d2c581c6ca005b0da689ca0d5 and https://github.com/siemens/kas/commit/230c5a9572363938ca575352da1e714a7e5fbf5e.
Using the SHA256SUMS release artifact from https://github.com/SanCloudLtd/meta-sancloud/releases/tag/v6.1.0 as an example, I have uploaded the signature to the rekor transparency log. I feel that I should now be able to verify...
The MQTT config documentation for thingsboard-gateway (docs/iot-gateway/config/mqtt.md) does not document the `attributeRequests` section of the configuration. Also, the `attributeUpdates` section is listed as optional but removing this from the config...
Generated recipe includes dependencies of all projects in a workspace, not just the current project
I have a workspace with two simple projects in it: a `hello` project with no dependencies and a `print-rand` project that depends on the `rand` crate. This workspace can be...
Looking at the same output as #17, the `FIXME` message for incomplete license file checksums is present in the recipe even if all checksums have been successfully resolved: ``` #...
The cargo root directory should be taken from the `--cargo-root` command line argument if it is given and should be passed to the `cargo install` command. (Please note this is...
Installing tb-mqtt-client results in the following files in python's `site-packages` directory: ``` __init__.py sdk_utils.py tb_device_http.py tb_device_mqtt.py tb_gateway_mqtt.py utils.py ``` This gives me a few concerns: * The `__init__.py` file at...
After the last commit (7b1ffcc2cdcaa6ee4073f5feaf3085dd59ee84b2), import of `sdk_utils` or anything which depends on it (`tb_device_mqtt` & `tb_gateway_mqtt`) will result in attempted installation of `mmh3`/`pymmh3` via pip. This is counter-intuitive and...
There is already an issue open for adding a readme file (#10) and that would be nice to have. However, what is more important is to clarify the licenses of...