Will Norris

Results 223 comments of Will Norris

The current version doesn't have any configuration, but you can see how it worked in a previous version: https://github.com/tailscale/caddy-tailscale/blob/68b91cc2d6de121f8d51ee190bdb0c32cae40c99/module.go#L102-L131 Another thought I had in the direction of letting users configure...

> (In my experience, start minimal and see what users request, then add it for valid use cases.) Which are you suggesting would be the minimal option here? Not supporting...

Just leaving myself some notes on this.... This should be doable by using `tsnet.ListenFunnel`. One challenge we'll run into is that `ListenFunnel` always returns a [tls listener](https://github.com/tailscale/tailscale/blob/cf1e6c6e5518a66b44eec66e4108a1bd16a5f6c4/tsnet/tsnet.go#L1099-L1101). For caddy, we...

We've now both fixed our QUIC support and properly hooked into caddy's auto_https feature (see the updated https://github.com/tailscale/caddy-tailscale#https-support), so I think this should work much better now. Give it a...

I'm not able to reproduce this now, so I'm fairly certain it got fixed in #30, which added proper listener shutdown. Could you try again with the latest version of...

@SkiTiSu are you still running this same setup? Have you tried this with a Tailscale client after v1.58, and are you still seeing this error? I'm curious if https://github.com/tailscale/tailscale/pull/10809 fixed...

I would find it confusing that `review hreview-aggregate` becomes `p-review h-review hreview-aggregate`, being both a review and an aggregate review. http://microformats.org/wiki/hproduct is clear that its `review` field is expected to...

though I guess that hreview and hreview-aggregate are similar enough that it might not matter to have a microformat with both types?

That's correct, Google's concern is primarily with patching CC0 projects, not with using them. It has to do with restricting the ability to relicense the code, which is a concern...

Additionally, when reviewing a request to approve a third-party app, there is no indication what level of access that app is going to want, so it's difficult to make an...