Amri Toufali
Amri Toufali
The `lint-audit` step uses the 3rd party dependency `npm-audit-ci-wrapper`, which is deprecated. It seems like this step is no-op, since there have been numerous audit alerts that have gone un-flagged....
Running `npm audit` reveals 4259 vulnerabilities, 3 of which are high and 1 critical. Unfortunately, running `npm audit fix` does not automagically resolve the vulnerabilities. We could simply force npm...
Trying to access custom properties set in :root does not seem to work on IE11: `getComputedStyle(document.documentElement).getPropertyValue('--my-var')` returns empty string despite confirming `--my-var` is properly set. Works as expected on Edge...
When using, for example, a "show more" button at the bottom of the masonry layout, and then AJAX loading additional items in, the original items all get shuffled out of...
* **MacOS Mojave 10.14.6**: * **VS Code Version: 1.38.1**: * **beautify Version 1.5.0**: VS Code: ```javascript { "editor.formatOnSave": true } ``` settings.json ```javascript "beautify.config": { "indent_size": 2, "brace_style": "collapse,preserve-inline", "space_around_combinator":...
While running the `Deploy to Dockerhub` job, I get an unencrypted password warning: > WARNING! Your password will be stored unencrypted in /root/.docker/config.json Wondering if it's a credible vulnerability? Is...
I'm trying to understand the need for `Login to Dockerhub` in the build job. It doesn't appear that anything is posted to Dockerhub until the deploy job, where a second...