Ramazan Elsunakev

Results 22 comments of Ramazan Elsunakev

Sounds good! I'll split up the PR and try to be more granular. I can see I got a little carried away there.

Updated PR to narrow the scope.

The way I understand it `dict` and `Dict[Any, Any]` are not quite the same semantically. The former says "I don't know/care what types this dict holds" and the latter says...

I just noticed this issue has been labeled which I'm gonna take as an endorsement and take a stab at a PR.

> @relsunkaev If you haven't got time to work on this, I can make a draft PR regarding this issue. If you've already made some progress, I'd be happy to...

Would have to be something along the lines of ```python class A: pass class B(A): pass class C(A): pass class D(A): pass class E(A): pass class F(E): pass _TANotDOrE =...

> Hi, any info on this API? The issue tracking this seems to be marked as done, but I can't find it anywhere. [It's the relational query API](https://orm.drizzle.team/docs/rqb)

It seems ``select(sql`count(...)`)`` returns a string in all cases for some reason.

I don't think this is an issue with tRPC but I also don't think that this is how `disableSourceOfProjectReferenceRedirect` with declaration maps is supposed to work. I wasn't able to...

Likely [this](https://github.com/trpc/trpc/issues/5068)