Nicolas VINCENT

Results 5 issues of Nicolas VINCENT

Hello, I'm trying to load a firmware on a `nucleo_h743zi` using `pyocd`. When the firmware size is small (blinky, hello world, ~20kB) everything is fine: my firmware is downloaded onto...

bug
target
flashing

### Describe the bug When using `gh secret list -o --json 'name,numSelectedRepos'` and sending the output to a file or to another process, the integers from `numSelectedRepos` are set to...

bug
p3
help wanted
gh-secret

no_proxy env var is used to avoid proxy for a list of urls, however the proxy must be used if the var is not defined.

When using agentwrapper, the python packages used are the one installed on the machine. This commit add an argument to specify the path to a virtual env which will be...

enhancement

**Description:** I have exported `RUNNER_TOOL_CACHE` and `AGENT_TOOLSDIRECTORY` in the shell running the self-hosted runner, however a `pip install` in the workflow still uses `/opt/hostedtoolcache` directory. [job-log.txt](https://github.com/user-attachments/files/16347101/job-log.txt) ``` 2024-07-23T09:20:33.0492190Z [1/41] Compiling...

bug