-
On Raspberry Pi 3, USB camera streams (using video4linux) are constantly freezing in a non-periodic interval, as shown below:
https://github.com/bluerobotics/BlueOS-docker/assets/5920286/878eda94…
-
### Issue description
So far we have been listing
```
[packages]
psycopg2-binary = {version = "*", markers = "platform_machine != 'aarch64'"}
psycopg2 = {version = "*", markers = "platform_mach…
-
When using INSTALL, hidden files are not copied to the guest.
In my case, I try to build [nexmon](https://nemon.org), which in turn requires the .git folder to built.
See the output below.
```
#…
-
I have come across a number of packages where one or more dependency has a version of `*` i.e. latest or any **but** it is present in the lock file. This means that I cannot install that package unles…
-
This is the error I'm getting:
![image](https://user-images.githubusercontent.com/32791127/152991375-de9ef8a1-a4e7-413b-83b3-4a7a4e9d3711.png)
I am trying to run the script inside WSL. The image…
-
When trying to export a variable the program just fail with unbound variable
-
In our build process we are using apt-cacher in order to capture all apt packages being installed. To do so, we spin up an apt cacher docker container (sameersbn/apt-cacher-ng:latest).
Intrestingly…
-
In my attempt to use pimod to build a customized raspberry pi image fro our appliance, I encountered teh followin issue:
- To provide our custom debian packages for installation I use a docker con…
-
Not sure when this bug was introduced, as I last used Pimod on 0.2.2, but in 0.5, bulk execution is not working
e.g.
```
FROM https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lit…
-
Very often I need to alter the return value of the called mock function based on the sequence number (counter). Currently, it is possible to do this by maintaining an external count and incrementing i…