Roger Meier
Roger Meier
any plans to add cms support or pointers to working implementations?
I can't upload a xml file here(only images are supported), but you can do this: ``` git clone https://github.com/u-boot/u-boot.git && cd u-boot cppcheck --quiet --enable=all --force --inline-suppr --xml --xml-version=2 ....
I guess we have to wait until https://github.com/nodejs/security-advisories is shipped as a npm package or on a web site.
@thib3113 valid points, worth to do!
Thanks for the fast and clear answer @jedmao ! I agree, there are other options such as [Prettier](https://prettier.io/) or [editorconfig-checker](https://www.npmjs.com/package/editorconfig-checker) that people can use. I've just seen a lot of...
@efueger I think this is worth to look at, WDYT?
Right now we plan to use buz as webhook receiver for GitLab System Hooks, see also https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118616 to make it work smooth in combination with buz. To monitor `/health` is...
An option to define whitelisted licenses within package specific config section within a package.json would be awesome.
I'm unsure why you need this as the `user_id` is an output variable of `azuread_invitation`, we do e.g. ```yaml locals { invited_folks = yamldecode(file("${path.module}/../invited_folks.yml")) } resource "azuread_invitation" "invite" { for_each...
@tali I really like this addition! I guess this is no longer draft and ready for maintainer review?