Tom Ballinger
Tom Ballinger
wow yeah, sounds annoying. What's file before and after, is one of these a tab? Is the issue that an autoformatter formats it one way and convex is writing it...
How about an option for the client to wait to run *any* queries/mutations/actions until auth has been sent? So for the first say ~100-1s the page will be sitting there...
Another user suggested specifying on a query level which queries need auth, that's reasonable once we have query options, e.g. `useQuery(api.authed.listData, args, { waitForAuth: true })`. We could do this...
@WestBrian I'm hoping https://github.com/get-convex/convex-js/commit/689c6554b8d8e2a1dd2dfb9b38716d94e93ca756 helps out here, doing the same thing as either of your options here. I just released [1.26.0-alpha.9](https://www.npmjs.com/package/convex/v/1.26.0-alpha.9), could you give it a shot and see if...
@WestBrian We can do something like this, but it seems like a bummer to have to annotate every authenticated request. If we move to more declarative middleware for auth that...
Thanks for contributing this, it's a feature people have asked for and we want to implement. This should be opt-in instead of the new main supported way to do this...
Thanks @AtAFork! I want to understand how much this will rock the ecosystem, i.e. does this break a lot of things in convex-helpers? Actually, does this actually break anything for...
@AtAFork do you know of any other places where there are issues with exactOptionalPropertyTypes? We've made fixes before for this. Understood this is a bit involved, but if you try...
Thanks for looking into it! This is something we want but if we need to duplicate a lot of code to write it two different ways it's a harder sell....
I didn't, last weekend I was looking at moving pagination out of usePaginatedQuery and into another class which turned out to take a while. Could you give an example of...