Tim Caswell

Results 341 comments of Tim Caswell

@squeek502 luver looks neat. Also `lit install` won't update dependencies if you already have some in deps that satisfy the requirements. The correct way to force an update is delete...

@urzds I'm afraid there is no such feature as what you proposed. It would be nice to add. Lit could use a cleanup, but I havne't had much time to...

What do you mean by existing lua bridges? If you want libuv's event loop to play nice with with something like the cocoa event loop, I doubt existing bindings have...

This feature can be added, what kind of proxy is it?

ok, I'll see about adding support for HTTPS_PROXY, if you have links for the protocol that would help (or at least an example of what the value contains with your...

So is this a proxy using `CONNECT` in http and the the proxy doing plain TCP proxy? https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_tunneling What does the value of the `HTTPS_PROXY` environment variable look like? I...

thanks, I'll see what it takes to implement this. It shouldn't be too hard.

So the official way to do this is to deploy a caching proxy of the lit server. It's literally as simple as going to a server in your private network...

It was an idea. I"m not sure how it would work exactly. Do you have any ideas how it should work?

The thing with `secure-socket` is it depends on openssl which not all luvi builds have. And in many cases, luvi might be used for a web server that sits behind...