Fathi Boudra
Fathi Boudra
it will be nice to switch to the modularized AWS SDK for JavaScript v3 (https://github.com/aws/aws-sdk-js-v3) since it reached gamma status. AWS Amplify is already using it. dynamodb-toolbox doesn't require the...
Most of regular distributions are shipping the virtual ethernet driver as a kernel module. The test assumes it's built-in. Attempt to load the veth module in the netns_setup() function. It...
In my setup, I've got several docker servers deployed (+20) and each of them provide +10 different containers images. In the plugin terms, it's +20 YADP clouds with +10 docker...
In the UI, hostname value is a free form text box. A user can enter random garbage. When you launch a slave, you can get the following error message in...
Per comments on https://github.com/96boards/meta-96boards/pull/141 [...] hmm. this looks a bit hacky.. if the config files are specific to hikey they should be in SRC_URI only for hikey. or maybe we...
musl has removed the non-prototype declaration of basename from string.h which now results in build errors with newer clang compilers. Implement GNU basename behavior using strchr which is portable across...
composefs fails to build when using latest musl: ``` tools/mountcomposefs.c warnings and 2: errors generated. 43:20: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit...