Mohammed Gadi

Results 8 comments of 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?

@vedantmgoyal9 Storing session or authentication-related data in the /tmp ephemeral storage of AWS Lambda is not recommended. Since the data in /tmp is specific to an instance of a Lambda...

It fixes the issue by doing below steps in following repo: [platformatic-test-npm](https://github.com/beeman/platformatic-test-npm) 1. `npm i get-jwks` 2. `npm update platformatic` 3. `npm run build` It compiles successfully.