SarahAsad23 commented on issue #6937: URL: https://github.com/apache/texera/issues/6937#issuecomment-5187360189
Currently in the backend, the save button first uninstalls all the packages that have been marked for deletion and outputs the corresponding pip output. It then does the install of newly added packages. This all happens in one go after saving. This should be decoupled. Deletion should happen right after the user confirms and we should also stream the pip output. Install can then just install the packages the user added (if any) and also stream the corresponding pip output. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
