brio-kian

Results 6 comments of brio-kian

This is probably wrong, but I think I had this same problem: The electron forge app would 'crash' when editing main.js and not recover... ``` require('electron-reload')(__dirname, { electron: path.join(__dirname, 'node_modules',...

voila/extension is listed as 'Possibly incompatible' in the nbextensions tab after installing: These are the commands I use: ``` pip install voila jupyter serverextension enable voila --sys-prefix sudo initctl restart...

Have you tried this setting? `fetchUnreadOnStart: false, // use it only if you want to get all unread email on lib start. Default is `false`, `

I've just run into this problem. The error: ``` An error occurred (ForbiddenException) when calling the GetRoleCredentials operation: No access ``` Initially this occurred on version 2.1.29, so I upgraded,...

I've found the issue with my setup. It was an incorrect **sso_start_url** parameter. A few weeks ago we migrated to a new SSO account/directory, and a new URL. For some...

Yes, I think that is accurate. The **sso_start_url** was no longer correct, as the account I was attempting to login to had been _moved to a different organisation_. What's interesting...