Results 1026 comments of Randy Lai
trafficstars

At the first glace, it is most likely caused by https://github.com/rstudio/reticulate/pull/1641 where it changes how the python is initialated.

I have found the culprit and reported to upstream. Hopefully they will be able to fix it soon.

It should be fixed in the next reticulate release.

@keith-hall Toggling the sidebar is only an demonstration of the bug/issue. It is not restricted to toggling sidebar, see the issue divmain/GitSavvy#900

it looks like it is related to the refactoring of the command palette.

@OdatNurd A workaround is to utilize a command `self.window.run_command`. ``` class GsEditSettingsCommand(WindowCommand): """ For some reasons, the command palette doesn't trigger `on_post_window_command` for dev version of Sublime Text. The command...