Alexandre Abidri

Results 7 comments of Alexandre Abidri

Can we move the discussion in https://github.com/Techofficer/node-apple-signin/pull/9 ? IMO, it would be good to move to `jwks-rsa` and use jwks properly for the sake of clarity and simplicity

@tomislavherman Good job! Personnaly I would prefer to use `jwks-rsa` because `jwks-rsa-promisified` is not maintained a lot and we dont take advantage of recurring new releases of `jwks-rsa`. As apple-signin...

Hi codlab, thanks for the work. I also got an issue in production. I did the fix on my side, I think the best way is to move from `node-rsa`...

@onurtemizkan No problem, here it is https://github.com/alexabidri/vite-sentry 🙏 1 - Start the app with `npm run dev` 2 - Modify the wording `TEST` into something else here https://github.com/alexabidri/vite-sentry/blob/main/src/App.tsx#L11, it will...

I was able to make it work by accessing directly the SSM store through the AWS CLI in the Amplify Build. As mentioned previously, I also needed to use npm...

Can someone give the exact certitude that UNION is running queries in a non-parallel way? I just did the test, it seems that its totally no parallelism. How about UNION...