divinity76
divinity76
cookies are supported, but its a ****bug**** with the default settings of the add-on. disable the "Generate Curl Commands" setting in the addons-manager of about:addons , then cookies are copied,...
just a note, Selenium is a ram & cpu -intensive full-fledged browser. libcurl could do all this api does, at a fraction of the system resources Selenium requires. you probably...
may also happen in VSCode PowerShell terminal when stdout is not redirected to anything, but it doesn't seem to be consistent o.0
proposed fix: #20
that makes perfect sense! btw here is what i personally believe is *very close* to optimal use of the curl_multi api, would you mind doing some quick tests and check...
here is some quick benchmark code i hacked together, guess it should be fairly easy to switch out one of them with async-request ```php
i think the null byte is intended behavior, as far as a termbin.com "protocol" goes, the null byte means "end of transmission, you can stop select()'ing now, there's no more...
~~any reason this hasn't been merged?~~ edit: last commit was 2018/4 years ago, i guess this project is abandoned? :( this is shitty imo ``` hans@DESKTOP-2LHJILI:~$ printf "\x00\x00\x00" > file...
instead of marking as "wontfix", can we instead make a dedicated "stale" label?
i hope there's a way to tell the linter that the passthrough is intentional tho? for example in the Eclipse Java linter, ```java case FIOC_READ: is_read = 1; case FIOC_WRITE:...