Paulo Neves
Paulo Neves
As the title says. If node_modules is a direct subdir of the project no errors happen. Example yarn --modules-folder=/tmp/node_modules Will fail to apply.
```lua do uart.setup(0, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 0) uart.on("data", 1, function(data) print(data) end, 0) end ``` I expected it to keep working indefinitely. Unfortunately it works for some time and...
Use pkg-config to get systemd.pc variables and systemdunitdir. Those variable ensure that .service files are installed in the correct paths and only when systemd is detected. This addresses issues where...
Minor changes that improve compatibility with other toolchains than GCC and glibc. This is useful for embedded environments. Patches originating in [meta-openembedded](https://git.openembedded.org/meta-openembedded/commit/?id=0f8dced8c7b76a41af211d57add34f5284e9733e).
Minor fixes for issues detected by GCC12.
https://github.com/Parrot-Developers/groundsdk-android/blob/97afae0830a7729a424d929d83f218275c4ce46d/groundsdkdemo/src/main/java/com/parrot/drone/groundsdkdemo/hud/CopterHudActivity.java#L477 Hello all, Please remove or comment out this button as I destroyed my drone unaware of it. Besides reading the code an "!" is not warning enough that it...
``` ForbiddenValueConfigurationException ``` I have a generated xml that has the above element that leads to ExceptionUnit Name property to throw null pointer. I am not sure if this a...
YP libnsl functionality is already protected by ifdef guards where necessary and there are usecases where it is not required. Add USE_LIBNSL as a build system knob. Fixes #254 Signed-off-by:...
Some of the headers used are glibc specific and they needed to be tuned. Usage of __BEGIN_DECLS and __END_DECLS is not allowed even on glibc as it is a private...
Hello I am trying to build ntirpc without libnsl2 in linux (non BSD). The reason I would like it to be possible is because libnsl2 in turn depends on a...