Mohammed Gadi
Mohammed Gadi
Kindly Check that you are referencing the directive lib in scripts section. After that, Add the directive in the module like this: `angular.module('courses', [ 'angularUtils.directives.dirPagination'])` as I can see your...
@corientdev how to implement your code for blacklisting URL ?? Actually, I don't want to show the loader when I am making asyc request for autocomplete textbox. I tried implementing...
@corientdev I made a little tweak to your code. In function **isUrlOnWhitelist** I placed the ``` for (var j = blackdomains.length; j--;) { if (url.indexOf(blackdomains[j]) !== -1) { return false;...
Can we try updating `dependabot/fetch-metadata@v1` to `dependabot/fetch-metadata@v2` to see if it fixes the issue?
but `fastify/[email protected]` is already using `dependabot/fetch-metadata@v2`. Not sure why in logs it says `dependabot/fetch-metadata@v1` !
@dosu can you review?