Leif Middelschulte
Leif Middelschulte
> When I receive the first boards that I have ordered Where did you order?
What _might_ be an entry point to solve this is the [configuration option](https://code.visualstudio.com/docs/editor/tasks#_can-a-task-use-a-different-shell-than-the-one-specified-for-the-integrated-terminal) `terminal.integrated.automationShell.linux`. But nix-shell is _not_ a [POSIX compliant](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html) shell i.e. it does not handle `-c` well. Furthermore...
a mechanism, similar to the [variant-mechanism](https://rauc.readthedocs.io/en/v1.0/advanced.html#handling-board-variants-with-a-single-bundle), informing RAUC to eventually ignore certain images of a provided bundle, instead of rejecting the bundle entirely could be implemented.
to be clear: I'd provide an implementation of the [suggested method](https://github.com/rauc/rauc/issues/419#issuecomment-470520108) **if** upstream approves on the general idea/way.
> The other use case I see could be to keep A and recovery in sync. Then one can place the recovery bundle inside the rootfs of a bundle as...
The implementation follows the way (by using Kaniko) to create docker images that is [recommended by GitLab](https://docs.gitlab.com/ee/ci/docker/using_kaniko.html).
> It looks to me like this creates three independent jobs, which would cause the common stage (labgrid-base) to be built multiple times. That is correct. > The existing `build.sh`...
First of all: Thank you both for the feedback. > FWIW I do agree that Poetry has a lot of shortcomings over a setup.py (or setup.cfg) as well, the main...
@The-Compiler : About the *editabl*e Mode the Poetry documentation [states](https://python-poetry.org/docs/basic-usage/#installing-dependencies-only): > The current project is installed in editable mode by default. > If you want to install the dependencies only,...
Maybe fullscreen is a viable alternative? @mpiannucci [intergrated that](https://github.com/mpiannucci/gnome-shell-extended-gestures/commit/4e18b5dc34f21a5277d2bf8d25dead1ed683b838). If it's acceptable, we could close this issue.