Mehmet Bektas

Results 136 comments of Mehmet Bektas

@PF4Public is there any particular reason you are trying to upgrade to electron 28? we are currently at electron 27.

It is probably failing due to [ESM module support ](https://www.electronjs.org/blog/electron-28-0#highlights)added to electron 28.

we will take a more detailed look at this, once we upgrade to a higher electron version.

this https://github.com/jupyterlab/jupyterlab-desktop/pull/760 disables update notifications from web app. desktop app will handle updates separately as usual.

@prabirshrestha this could be caused by one of the dependency Python packages. the environments you are comparing are not identical. could you try with the latest version (4.0.12), and by...

@zaphodddd sorry about the bad experience caused by the auto-update. we will revisit our auto update process. I added a [section](https://github.com/jupyterlab/jupyterlab-desktop/blob/master/troubleshoot.md#Reverting-to-an-older-version-and-disabling-auto-update) to the troubleshooting document for instructions to revert to...

@xgdgsc yes, the sync theme is designed to work for locally launched sessions or remote sessions that were launched with `--expose-app-in-browser`.

@xgdgsc `--expose-app-in-browser` is mainly intended for testing launches and used by desktop app as well. It is not suggested for general use cases. Some setting changes do not really require...

hi @rclUPC can you try these on your system terminal. does it work? any error messages? ```bash jlab env activate # assumes you have installed the bundled environment already jupyter...

@profitgrowinginnovator I can reproduce the issue. The issue is not specific to Desktop app though. In the logs I see that there is a dependency missing (bacalhau_sdk). You can try...