Jacob Reed
Jacob Reed
In what way is this an issue? lol
This seems to be a regression bug, we are currently finding an issue when upgrading devtools service past 7.5.0 where our interceptor (which utilizes browser.cdp) seems to be trying to...
@bnb would this be done inside the libgfi project?
@bnb Please check my [pull request](https://github.com/cutenode/libgfi/pull/5) I updated libgfi to handle rateLimit and abuseLimit, it now logs one simple line to the user and exits gracefully. I updated the examples...
I'm getting similar errors with outgoing_calls, incoming_calls, diagnostic_jump_next and finder as well as code_action and code_action({context={only='source'}})
> I had the same issue, adding `async=true` fixed it, `conform.format({lsp_fallback=true, async=true})` Thanks I'll give that a try
> I had the same issue, adding `async=true` fixed it, `conform.format({lsp_fallback=true, async=true})` I think this fixed it, haven't seen it again since
Same issue still, async workaround is buggy at best
> In what way is async formatting buggy? random timeouts mostly
> Timeouts? Async formatting doesn't have timeouts. Unless you're talking about eslint_d itself timing out? ya sorry, like the above comment from @Lippiece eslint_d timeouts, so is this whole issue...