peterchenadded

Results 16 comments of peterchenadded

Ok after a deep dive into the code I can see 1. The code that does the resolution is at https://github.com/grpc/grpc-go/blob/master/internal/resolver/dns/dns_resolver.go#L336 2. The lookupHost is working since it is using...

Thanks @arjan-bal problem is I don't have direct access to change the client options for the library am using e.g. otel grpc. If there no plans to add a environment...

Thanks @dfawley, do we know what version this will be released in?

@Viicos thanks for looking into it further and finding another bug. I am not sure why anyone would use virtual subclasses as to me it looks like it violates Liskov...

That said the 2.11 patch https://github.com/pydantic/pydantic/pull/11116 to fix the issue should then be reverted if we follow the logic. Since that patch did not fix the issue and also introduced...

@Viicos looks good to me, good idea to add the warning