danielcshn

Results 17 comments of danielcshn

- Hi, Download & Install > [SQL Server 2022 Express](https://www.microsoft.com/es-es/sql-server/sql-server-downloads) - Run FOCA as administrator and it should work.

Still doesn't work, seems deprecated no longer supported. ```python from googleapi import google num_page = 1 search_results = google.search("google", num_page) print(search_results) for result in search_results: print(result.link) ``` Result: ```text []...

![Captura de pantalla 2023-10-16 231920](https://github.com/yoshi389111/github-profile-3d-contrib/assets/67213069/01ee5b62-d795-4567-a726-b6127472e7aa) I got same problem too. I have many repositories in Java and VB.NET and it does not detect them.

I think I have the solution. 1.- Register the "personal access token" in the repository and set it to GH_TOKEN specified in the workflow file. 2.- If you have more...

Hi, what is the ip list file?

The list of IP addresses is taken from the zip file provided by Meta from their developers website: [https://developers.facebook.com/docs/whatsapp/guides/network-requirements/](https://developers.facebook.com/docs/whatsapp/guides/network-requirements/) They are only IP Addresses and ranges of the WhatsApp server....

No, only official sources for the moment. Possibly they are shared service IPs. Since it is possible that Meta uses one server for multiple services, this may in case of...