JH
JH
I think that could be useful, but it should be optional, and ideally configurable per debounce key, so one debounce link could debounce requests both with and without merging variables.
Yeah, you'll have to push to your own fork and then open a pull request. -------- Original Message -------- On Dec 7, 2019, 3:08 PM, jasimon wrote: > Looks like...
Sorry for the delay @zesarone! I think this makes sense and I'd be open to merging it, but can you tell me a bit more about your use case first?...
Hi @robnewton, thanks for posting here. If I read your intentions correctly, you're not actually expecting to get this merged, right? Maybe the best thing to do would be to...
Yeah, looks like it's not explained. Feel free to open a PR to add it!
Hm, that's an interesting idea @trydzynski-zen. Can you share a bit more about how your application works, specifically: - How do the components making the updates and queries relate to...
I have exactly the same problem: I'm fetching a set of objects, and then need to check permissions for each of these objects via a separate call to another service....
FWIW, I think this PR makes sense, but it isn't a solution to the original issue. Using an AbortController to reach into the link stack and abort a request instead...
@dshook @JoviDeCroock I think what you really want is a timeout link. Presumably you want to bound the amount of time that the caller might have to wait for a...
I like the idea, definitely gives the code more structure. As for what should happen when validation fails: I strongly believe that the whole query should be rejected, because otherwise...