Results 29 comments of Aft

go with "Desktop App". Web App will not wok

I suggest adding this extra setup in the instruction after creating nordvpn "manual setup", it will provide you with a user name and password to use

Hello I think google URL has been changed to ``` https://google.com/carddav/v1/principals/YourName%40gmail.com/ ```

Function calling is working fine with the current code. The issue is with returning the function call output to chatgpt @transitive-bullshit I'm working on modifying the code to accept function...

This is the code, I can see this issue when I try to process hundreds of twitter accounts (getting time lines) $sql = 'SELECT \* FROM `reports`'; $sth = $dblink->prepare($sql);...

Around 80 times then it will fail.

Adding memory_get_usage to the loop "foreach($report['followers'] as $follower){" ``` print 'f memory_get_usage: ' . formatBytes(memory_get_usage()) . "\n"; ``` f memory_get_usage: 995.32 KB f memory_get_usage: 1.12 MB f memory_get_usage: 1.31 MB...

Hi Just tried abraham/twitteroauth with the same code and everything is working without memory leak f memory_get_usage: 1.31 MB f memory_get_usage: 1.31 MB f memory_get_usage: 1.31 MB f memory_get_usage: 1.31...

BTW I'm using this as command line # php -v PHP 5.2.17 (cli) (built: Jul 27 2012 08:30:24) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010...

Hi again. any luck to find the root cause, could you guide me to where to find the issue and I will try to fix it and submit a fix...