Christian

Results 14 issues of Christian

Closes https://github.com/jlesage/docker-avidemux/issues/7

[GitVersion.cmake](https://github.com/epsilonrt/mbpoll/blob/1968de6b92fff20f57019551b1e8776a6facf486/cmake/GitVersion.cmake#L27) uses `git describe` to detect the application version. By default, Git reads only annotated tags. The git repo currently contains a few version tags, but they're all lighweight tags,...

I'm a Zigbee2MQTT user and found their guide for [Flashing the firmware via cc2538-bsl](https://www.zigbee2mqtt.io/guide/adapters/flashing/flashing_via_cc2538-bsl.html). I prefer keeping my host system clean and dislike installing dependencies to flash a USB dongle....

A Docker image for tfrec with MQTT support ( #4 ) is [available](https://hub.docker.com/repository/docker/ckware/tfrec-mqtt/) on Docker Hub. See [tfrec-mqtt](https://github.com/git-developer/tfrec-mqtt) for details.

This is not really an issue. I just want to let you know that I ported the AppImage build to [appimage-builder](https://appimage-builder.readthedocs.io/), replacing the existing scripts `appimage-build.sh` and `scripts/appimage-AppRun.sh`. My motivation...

appimage-builder fails when an apt package is installed and the AppDir contains a space character: ``` INFO:AptPackageDeploy:Deploying libselinux1_3.3-1build2_amd64.deb to /github/workspace/Custom AppDir dpkg-deb: error: --extract takes at most two arguments (.deb...

Fix for https://github.com/JelmerT/cc2538-bsl/issues/162#issuecomment-2004919839

This PR adds a GitHub Action for a container image build. Currently, the container image is provided in a separate project [git-developer/ti-cc-tool](https://github.com/git-developer/ti-cc-tool). I'd like to contribute it to this project....

This PR allows to call the appimage-builder action with multiple arguments. When an action is defined with `using: docker`, [`args` must be an array](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsargs). This means we have to create...