Yannick Koehler
Yannick Koehler
I would like to use this in a build system. /tmp will never be big enough to hold the build results in my case. It would be nice if there...
using a command line such as gcc -DSTUFF=1 -O2 -DMORE_STUFF=1 -o file.o file.c result in the same pattern in the compile_commands and vscode doesn't like that, it would be great...
ykoehler@dev-ykoehler $ compiledb -n make Unable to create '/usr/lib/python2.7/site-packages/bashlex/parsetab.py' [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/bashlex/parsetab.py' While would compiledb try to create new .py files inside site-packages?
## Description Added parsing for 'show image version' within ArubaOS ## Motivation and Context New CLI command support ## Impact (If any) ## Screenshots: ``` 2022-03-11 16:59:33,012: %UNICON-INFO: +++ thomas-mm...
**Describe the bug** FAKE_VALUE_FUNC(vsyslog, int, const char*, va_list); is causing a sizeof of va_list which gcc turns into an error and therefore trigger the error sizeof-array-argument **To Reproduce** Compile the...
Given a variadic function ABC(a,b,c,...) I can retrieve arg0_val, arg1_val and arg2_val, but past that I get no argument present. Is there a way to capture the last arguments using...
I have a multi-project sbt project where 3 components already use sbt-native-docker but now I needed a more complex docker support and added a 4th components with sbt-docker. When calling...
As an example, when the biggest blob is found, git-sizer could suggest how to remove it. There is a tool out there named git-forget-blob which could be used to solve...
At this time, the lockable resource provides the inversePrecedence which I think should be true by default, but such functionality, I believe is only per folder. In a scenario where...