ducktype

Results 21 comments of ducktype

Run through this bug today, please use the same formatfrom jQuery, the order of the fields is important! BAD: args = { 'phone[]': ['444-444-4444', '555-555-5555'], address: '1313 Mockingbird Ln' }...

I know FineUploader does not depend on jQuery, i'm simply saying that, this format is the defacto standard, and permit to handle the order, that matter a lot. All browser...

https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 The control names/values are listed in the order they appear in the document. The name is separated from the value by `=' and name/value pairs are separated from each...

Hi @rnicholus do you think this patch will be enough to support this use case and retain backward compatibility? qq.obj2Inputs() uses qq.obj2FormData() so the patch seems needed only here! ```js...

Same problem here, if using curl to unix socket (CURLOPT_unix_socket_path) inside coroutine context while enabling hooks Co::set(['hook_flags'=> SWOOLE_HOOK_ALL]); seems to not set request headers AND http method even if set...

Also this two options are not supported: CURLOPT_PROXY_SSL_VERIFYHOST (not supported error) CURLOPT_PROXY_SSL_VERIFYPEER (not supported error) CURLOPT_CUSTOMREQUEST (no error but misbehave malforming the request) CURLOPT_UNIX_SOCKET_PATH (workaround by @nggit is acceptable for...

ok solved... "pecl install swoole" with or without "--enable-swoole-curl" on Ubuntu 22.04.3 LTS DOES NOT ENABLE SWOOLE_HOOK_NATIVE_CURL so build swoole manually: "pecl uninstall swoole" wget https://github.com/swoole/swoole-src/archive/refs/tags/v5.1.0.zip unzip v5.1. cd swoole-src-5.1.0...

Yes, this will be good to handle cloudflare, also to handle https over ip address with a generic caddy configuration that does not need to specify each ip address with...

At least create a new external project to mantain the goodness of "zig cc c++ bpf..." and builtin platform SDKs .h and cross compilation!!