Andrei Karushev
Andrei Karushev
So @sod's example actually works, but the thing with mocking component is _sometimes_ you can get an error: ``` Error: NG0202: This constructor is not compatible with Angular Dependency Injection...
Also I had tried https://github.com/cyruzin/golang-tmdb with custom transport and it worked
As far as i know, there is no easy way for now. But once i've faced with a same issue i found out there is a workaround: I have used...
I have the same issue with Tag component
For now I have built https://github.com/infodusha/from-protobuf-object Just in case you may want this in runtime
@Electroid so there is a reproduction now. I have also faced with it and the issue seems to be with `requizzle` package and the thing that they are relying on...
It all depends of your needs, in general you have tho choises: In case you want to use _server actions_ via tRPC layer then the only way to go is...
> it correctly automatically infers useQuery Actually, it just infers the inputs. If you refer to the part that has triggers to load next page and all of that when...
I bet is does not supposed to work since styles in server components increase the amount of data per request sent from server
@emmatown any chance you could review this PR?