Slava Dzyba

Results 9 comments of Slava Dzyba

Thanks for the reference! The thing is that the very same code executed outside the Wails application works completely well. For instance this [example](https://github.com/grpc/grpc-go/tree/master/examples/helloworld). I'm not sure but it looks...

So a little more details: The issue is experienced in my Ubuntu virtual machine, where I port-forwarding the connection from a remote Kubernetes cluster and trying to make a request...

No clue, unfortunately. I've also tried to execute the grpc call not during Wails request processing but for instance on App startup stage: the same result. Also found a somewhat...

It's the opposite: direct access works, crash with port-forwarding. Also the issue is reproduced not only on my machine, friend of mine from another country got the same results in...

Great to hear, thanks a lot! > The only catch is it will return a "Clear::Model" at the relation, so casting / case when must be done after reception of...

>actually now I'm thinking to allow both: `Union` type and `Clear::Model` Sounds great! >I don't understand this feature, can you explain me? I meant you can specify something like that...

@natsumi @funkhauscreative try this ``` server { listen 80; listen 443; server_name www.; return 301 $scheme://$request_uri; } ``` `` is replaced by CapRover with the domain name, but you may...

Thanks for the answer. The issue is that we try to abstract away both `*bun.Tx` and `*bun.DB` usage under `bun.IDB` interface because we want to operate with the interface on...

@leaanthony ah that's great to hear. Thanks a lot, will try it out. :)