-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Fix tag not being implemented fully.
"@" is currently the alias for HEAD, rewrite log and tag such that they optionally accept oid and if that isn't provided it defaults to HEAD.
gitk is a gra…
-
Starting a list of relevant training that we can update as we go along and choose from for the inclusion in the framework and linking with skills (keep this issue open):
- [Essential Software Engin…
-
### Description of defect
When checking out a project with "mbed-tools deploy", the [remote "origin"] section in the config file of the git project checked out is limiting the fetch specifi…
-
Maybe it would be better to use [libgit2](https://libgit2.github.com/) ([API](https://libgit2.github.com/libgit2/)) instead of relying on the presence of the external CLI tool. It could eventually lea…
-
I have 2 SBOM files. One created with `cyclonedx-maven-plugin`
```json
{
"bomFormat" : "CycloneDX",
"specVersion" : "1.6",
"metadata" : {
"tools" : {
"components" : [
{
…
-
I'm very new to pkgx. Thank you for developping such a wonderful tool.
I try to use it with an old Spring boot project, and I've created a `.pkgx.yml` with only two dependencies:
```yml
dependenc…
-
Hello, I am using the `devcontainer` that comes with this project.
## Problem
I get the error:
```
Verilator exited unexpectedly with return code 1
```
When I look in the logs I see:
```
…
-
We have this setup on a x86 ubuntu 20 LTS machine:
**Container: Openssl + parsec openssl provider + parsec tool
Host: Parsec service (1.4.1) with Mbed crypto provider**
The ping from parsec-tool …
-
Thanks for the wonderful tool! We have had a great time using it so far.
Currently, we primarily use a merge-based workflow, i.e. if there are any changes down the stack, then rather than rebasing …