Youssef Gaber
Youssef Gaber
You can check out #128 it works fine and so does GetMapObjects. I've also implemented the encryption in c# using unsafe pointers so performance should be comparable to the C...
@WallyCZ My bad, should be fixed in last commit, I accidentally typed in AuthInfo instead of AuthTicket into the seed here `var ticketBytes = requestEnvelope.AuthTicket.ToByteArray();` Since AuthInfo shouldn't be set...
@WallyCZ I just checked out of curiosity and it didn't work. I guess your solution only fixed the exception but GetMapObjects returned nothing.
@bestickley honestly, @phonzammi's looks fine but with quite a couple of caveats. - On non-serverless environments, you will be recreating the ts-rest router every time because `fetchRequestHandler` is being called...
Sorry this took so much time but wanted to do it properly. Initial support for RQ v5 has been released in `@ts-rest/[email protected]`. I only released it as beta, as I'm...
@shawnmclean the last `4.0.0-beta.1` release is broken, but that's coincidentally good because the API has changed a lot since then. The latest version if out now https://github.com/ts-rest/ts-rest/releases/tag/v3.49.0-beta.2 and full release...
@shawnmclean Can't really tell what the problem is, and the project is too big to test anything.
@shawnmclean ah yes, I just looked at the code you linked and can immediately see that it's a server component. So yeah, `useQueryClient` is a hook, so it won't work...
Yeah feel free to to submit a PR, it's fine if it's just for the nextjs lib. The approach taken in the express lib is to able to have access...
@t1mmen Sorry, I've just gotten to this issue, as I've been slowly going through our backlog. I see huge merit in supporting older libraries like Redux/RTK Query, however, my fear...