-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolve: fix recursion #6087
resolve: fix recursion #6087
Conversation
Otherwise, non-recursive resolution is pretty much useless. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien what do you think about adding to |
@Kubuxu I'm not seeing how this relates to |
What I mean: |
We could still return the partial path and then an error. However, unfortunately, javascript hard-codes whether or not the response to any given command is "streamed" or sent as one blob. So, partial resolution would require a new flag. |
Let's move with what we have. |
@Kubuxu So... can you approve this? |
(well, I'll take that as approval) |
Sorry, I was reviewing codecov report and then forgot to click the approve. |
applications. We have a default limit of 32.
commands are pretty much useless
fixes #5635
fixes #5585
fixes #4181
fixes #4293
fixes #6086