Alisson Pelizaro

Results 13 comments of Alisson Pelizaro

This is deprecated 😥

I solved the problem taking out the permanent **PDO** connection inside the server. Before, I was starting a **PDO** connection together with the socket server, without close. I changed it...

Have sure that your origin domain is exactly the same of the destiny domain (http://localhost:2020) in your socket conection.

> @alissonpelizaro please were do I find this origin domain Just see if the url in your browser is the same of the socket request (in your case must be...

We have news about it? How to prevent a close app window? I think the Javascript event to prevent close app window don't work in this case, cause they are...

Now returning LinkID to better manipulation ![image](https://user-images.githubusercontent.com/26612874/71687590-ffdba200-2d7c-11ea-8280-06fc8140fc48.png)

> I need this to avoid [cve-2022-29217](https://avd.aquasec.com/nvd/cve-2022-29217) with the old version of pyJWT. Can we get this merged? Some tests failed with this merge, we need input from the Microsoft...

For **querys** is mandatory use the full hash key, because it uses indexed values to get a data. This is a DynamoDB requirement. You can do this using **scan** instead...

> Is there anyway to run this tool as service? > So, I can use it even by closing the window too. Hello @sandeepmeenuga! You can run your code with...