Mark Erikson

Results 1264 comments of Mark Erikson

@maddrag0n can you clarify the packaging comment?

Yeah, we don't have that exposed here: https://github.com/reduxjs/redux-toolkit/blob/cb089e6c834ff72a5457875e0f5be10a742ee239/packages/rtk-query-codegen-openapi/package.json#L10-L22 We didn't anticipate anyone trying to do what you're doing :) Ought to be doable, though - just need to add it...

Now that we've shipped an updated Codegen CLI version with the CLI package exposed, are there next steps we need to do here?

If that's an issue, then per ATTW's docs we ought to be able to specify specific entry points to include or exclude: - https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/README.md#entrypoints

@maddrag0n Yeah, I'd like to get to it, but haven't had time or mental energy to do maintenance work lately. Still on my list :)

Okay, yeah, seems reasonable. Thanks for your patience here!

No, there is currently no way to skip a query from within the endpoint definitions. It's a thought that's come up a couple times, but it's never been something we've...

Conceptually, this would probably need to be integrated into the existing `condition` method, which is already what we use to bail out of executing the thunks in a number of...

It should, yeah, because no actions get dispatched at all.

Ah, yeah, we do intentionally have an override selector that says "if it's `uninitialized` return `loading: true` on the grounds that the request will kick off right after this". So...