Ron

Results 11 comments of Ron

I second this; recently I helped implement a dependency scanner that takes CMake files as input and submits dependencies to the Dependency Submission API (https://github.com/philips-forks/cmake-dependency-submission). I would have liked a...

I have written a bit of CMake code to run MegaLinter from within a devcontainer on code that is either mounted as a volume or bind mounted. The respective code...

:robot: Release is at https://github.com/philips-software/amp-embedded-infra-lib/releases/tag/v6.1.0 :sunflower:

There is still this https://github.com/docker/metadata-action/issues/403 that needs to be solved first.

I'll open a new PR after I fix all issues on my fork.

According to SonarSource the JRE should be bundled with the extension for arm64. Source: https://community.sonarsource.com/t/sonarlint-for-vscode-3-7-jre-included-for-most-platforms-java-rules-for-aws-cloud-applications/67912

@copilot we use conventional commit style pull-request titles, can you please update the .github/copilot-instructions.md to make sure you apply that rule? And correct the title of this PR?

@copilot it seems the Ubuntu base image used in this repository already includes a user with GID/UID 1000. Please fix this by removing the default user in the image before...

Hi there 👋🏻, thanks for the mention @TSonono. I indeed added the demangling, I'll take a look. So far I have forked the demangling library and added a test with...