Marcelo Cecin

Results 30 comments of Marcelo Cecin

https://github.com/kelaberetiv/TagUI/issues/908

try to use `run` command with `curl` Runs a command in Command Prompt or Terminal and saves the stdout to the variable `run_result`. `run [shell command]` Examples `run cmd /c...

so try to create `tagui_local.js` example: ```javascript function send_attachment_url(msg,file,url) { casper.options.waitTimeout = (30*1000); casper.waitForExec('curl -F msg="'+msg+'" -F upload=@'+file+' '+url, null, function(response) { run_result = ''; run_result = (response.data.stdout.trim() || response.data.stderr.trim());...

https://github.com/aisingapore/TagUI/issues/938

https://github.com/aisingapore/TagUI/issues/938

https://github.com/aisingapore/TagUI/issues/1135

```javascript https://www.google.com/search?q=what%27s+my+ip+address+org wait is_present = present('//*[contains(text(), "My IP Address? Networking")]') echo `is_present` ```

try this https://ahmadawais.com/how-to-set-python-default-version-to-3-on-macos/

what version of your PHP? maybe a solution: https://stackoverflow.com/questions/74998398/php-creation-of-dynamic-property-is-deprecated-allowdynamicproperties-not-worki