Dom Parfitt
Dom Parfitt
Thanks @noblekid96, I'll put together a proof-of-concept implementation when I get a moment to see how feasible it is but it seems like it should be doable.
I've marked this as `up-for-grabs`. I've had a little look but haven't had a proper chance to put an implementation together. It is slightly more complicated than it first appears...
> Hi, > Thanks @DomParfitt for the work > I first started to use this library and got the same requirement. > > I was able to implement it with...
Hi @JoshidCoates, where are you seeing the dependency being out of date? Which version of `graphviz-react` are you using?
What version of npm are you using? The dependency override behaviour was added in `8.3` I think, so if you're using an older version then that may be why. It...
Could you also try running `npm ls d3-color` and posting the output?
Did you delete your `node_modules` and `package-lock.json` before reinstalling?
@JoshidCoates I've had a bit of a look at this today and I'm going to reopen this issue as I think it warrants a bit of investigation. Looking at the...
Hi @ishan-aws, thanks for the contribution. Would you be able to update the README to include this and potentially an example usage to illustrate how it might be useful?
If I'm understanding the code correctly, this change would "block" any calls that are made using the client during the rate limiting window but doesn't handle retrying those calls? So...