Sudarsan Balaji

Results 29 comments of Sudarsan Balaji

The way we have currently solved this in our repo is to use a type alias in the rust code and use the type alias name in the udl ```rust...

@rfk @tarikeshaq I'm interested in the work around moving language binding generators into their own crates/repos. Is this something an external contributor (not from mozilla or uniffi-rs team) can pick...

I have a question - why do we call it 'backend'?

Just want to update here that the additional language bindings have fallen a little lower on the priority list for us. Right now we want to get the most out...

I think if we add a section with a few for starters, people will update it. What do you think?

> Sorry to bother you @swiftone, did you manage to recreate the issue? Hey @lfurzewaddock we are facing a similar issue - were you able to get to a resolution?...

The error occurred for us because we were trying to use 2 different sessions in 2 different apps but using the same auth server in a multi-tenant scenario. Every time...

@TobyLi96 We changed our implementation in a different way - but yes, having different auth servers for the different apps would solve the issue.