Hendrawan Kuncoro

Results 32 comments of Hendrawan Kuncoro
trafficstars

+1 on this we already had : X-QM-overview-time_taken X-QM-overview-time_usage X-QM-overview-memory X-QM-overview-memory_usage X-QM-php_errors-error-count X-QM-php_errors-error-XXXX Would be good if we can trace DB request and Hooks. not sure how hard it will...

might be really useful for plugin development, and slightly behave like firebug displaying logging messages.

@oleavr i would love to build on my computer with FRIDA_STRIP=no, but how to build only **frida-gadget.so** ? already execute ``` make core-android``` but i couldn't find frida-gadget.so file. after...

i can confirm same issue with 3.0.3 release https://github.com/humanmade/S3-Uploads/releases/tag/3.0.3 ``` PHP Warning: opendir(/var/web/site/public_html/wp-content/uploads/s3/todo/uploads/2021/10/ihkhc17wwft71*): failed to open dir: No such file or directory in /var/web/site/public_html/wp-content/plugins/manual-install-4/inc/class-local-stream-wrapper.php on line 516 [28-Oct-2021 14:45:25 UTC]...

why don't we continue this ?

@tomjn so i've tested this branch, and it worked fine with docker you can view the generated log here: https://gist.github.com/pentatonicfunk/ae8a5d54a568dc65eeb77c7a9545ca40 , see if anything noticeable we should fix / improve....

what do you think is the best to detect that we are running in docker here ? was thinking to add a provision helpers function ``` function vvv_is_in_docker() { if...

> We also need to resolve the docker image problem, we need either a generic image or one we can generate ourselves given steps yea for sure, it should be...

ah yea, no VB on M1 the port mapping is part of docker command ``` # Docker use image. config.vm.provider :docker do |d| d.image = 'pentatonicfunk/vagrant-ubuntu-base-images:20.04' d.has_ssh = true if...

alright, let me try m1 on scaleway, see if i can replicate