Curry Yang
Curry Yang
This is a draft PR,we will discuss it‘s necessity later
> Should we spawn a new worker on every lint command or use a shared worker? Now it will create just one worker when component first time render.And use a...
We still need to save spectralRun IPC because it is used in this action:https://github.com/Kong/insomnia/blob/cc421d1a3c041cebc059f5d421c4406c8fe75baf/packages/insomnia/src/ui/routes/actions.tsx#L736
> Discussed offline and resolved several concerns, just added some minor comments. Overall it looks good to me but let's wait a bit as there might be some comments from...
> can you describe your reasoning for choosing workerpool over alternative approaches please, eg utilityprocess I read the electron documentation about the [performance best practices](https://www.electronjs.org/docs/latest/tutorial/performance#3-blocking-the-main-process), it says we can use...
We solve this issue in another appraoch in #7374. This PR is reserved for future use of the node worker treads
This error occurs in a third-party package.There is a related issue (https://github.com/adobe/react-spectrum/issues/5817) at their repo.I think we can follow the progress of this issue.
We optimized for this in version 9.2, now file opening and editing are now faster
We've made some performance improvements in recent beta releases, include 'fist time loading dashboard', 'switch between organizations', 'switch between projects'. You can download the latest beta version to experience it....
Hi, we also having the same issue. https://github.com/Kong/insomnia/issues/7149. I found this error occurs from here through the error message and source code.