Results 126 comments of vans163

var TabPane = antd.Tab.TabPane; What about using the ctx option to bring the TabPane for example into context? Also yea hyphenated customElements would work. I am pleasantly surprised with hyperapp,...

This is cool yea, good to declutter the code a bit.

Does this support username+password? Also this is HTTP proxy only?

> this proxy is for http client only, doesn't support username/pass but I can try to add it @vans163 . Yea I think its important to have user/pass auth for...

@sanmathigb. Ended up using another soft. Though this one looks better in terms of features.

Probably needs a simple patch to bootstrap the js process launcher. I remember doing this before.. also Raik did this afaik.. its more complex then it seems, but it like...

> That response doesn’t make sense, sorry. If a malicious js script runs on the client side, (extension, sideloaded or copy+pasted), the attacker can just spoof requests to the endpoint...

+1 on `Memory used by the binary returned socket:recv(Socket, 0) should be in magnitude of the binary size, instead of the otp rcvbuf size.` Also the socket opts are confusingly...

> And I would say that `{otp,rcvbuf}` is not confusingly worded, but rather almost completely not described. We should improve that... ;-) Indeed. Also would you know if it reserves...

> When size 0 is used for receive then the default buffer size is used i.e `{otp,rcvbuf}`. So would then a new 512MB buffer be allocated on the OTP side...