Дамјан Георгиевски
Дамјан Георгиевски
@aslushnikov that approach doesn't work when: * the web page sends an XHR request * response is html with iframe * it inserts the invisible iframe in the DOM *...
I've added more info and example page (a simplification of a real page) here : https://github.com/GoogleChrome/puppeteer/issues/1888
> Pardon me if I'm missing something very obvious here, but can't this be accomplished with `page.on('response', myHandler)` ? Is it just the ability to modify the response before gets...
(couldn't find a previous discussion, that's why I opened the issue) @poettering in what way do you think it's not a good idea? regarding complicating pid1 or more general? do...
One way to do it in systemd-run would be: - dump all the service configuration - remove all Exec\* directives, - add ExecStart= to the command supplied to systemd-run -...
my use-case is a bit more broad and currently hard to use in systemd. One example, I'm running Nextcloud as a portable service (so DynamicUser=yes, StateDirectory=nextcloud, Environment=NEXTCLOUD_CONFIG_DIR=/var/lib/nextcloud/config, etc etc). Nextcloud...
also https://www.youtube.com/watch?v=fOCwsV4soik
> There is now a basic document https://rye-up.com/guide/docker/ . I'm a bit confused by that document, why is `PYTHONDONTWRITEBYTECODE=1` needed? IMHO, the pdm documentation is super great, and doesn't leave...
lets merge this!!! :D
I ended up setting ``` logformat = %(addr) (%(user)) (%(proto) %(status)) %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs %(headers) headers in %(hsize) bytes {%(vars) vars in %(pktsize) bytes}...