Matt Mundell

Results 20 comments of Matt Mundell

About the failed tests: am I missing permissions? Test ```Analyze (c)``` is trying to run ```/usr/bin/docker pull /greenbone/gvmd-build:stable``` in step ```Create local container network```. This gives an error because it's...

Solved by greenbone/gvmd/pull/2269.

Hey @ArnoStiefvater, thanks, nice to see you too :) I expect it can be done a better way -- mostly I was looking to prove that it can be fast....

This is happening because `isEditorConfigurationKey` in `editorConfigurationSchema.ts` is only catering for "single level" options. Here's how I've patched the JS to fix: ``` diff --- vs/editor/standalone/browser/standaloneServices.js 2024-05-18 04:14:29.185996233 +0200 +++...

@cfi-gb I see. That explains why my cmake command has built up so many flags over the years. This seems wrong to me because: 1. I should not have to...

OK, maybe needs a broader approach, I'll look again next week.

Thanks for the context @bjoernricks and @Narrat. From what I can see, the standard settings just work, but only if you install as root, and only if you install to...

Thanks again for the context, @Narrat.