Aditya Toshniwal

Results 122 comments of Aditya Toshniwal
trafficstars

Waiting for this.

@rinick I managed to trigger a context event on the tabs, but how to do with the complete tab bar?

@miguelgrinberg With the release of 4.0.6, this is breaking with error: ```sh Traceback (most recent call last): File "C:\pgadmin4\web\pgadmin\__init__.py", line 373, in backup_db_file db_upgrade(app) File "C:\pgadmin4\web\pgadmin\setup\db_upgrade.py", line 22, in db_upgrade...

@miguelgrinberg Thank you for the quick fix. I can confirm the error is gone.

HI @rogerwang, We're facing a similar crash on pgAdmin, here is the log - https://gist.github.com/lemorage/5064d593eb9af55be7ea726c6e17e88c. We're using NWjs 0.78.0.

We're facing this issue in pgAdmin with pgBouncer https://github.com/pgadmin-org/pgadmin4/issues/6340

@NouarSalhEddine I tried this: ``` docker.updateTab('tab-id', {...docker.find('tab-id'), title: 'new title'}) ``` and it seems to be working fine.

I am closing this. Although hacky, there is still a way to do it.

I reopening this as I found an issue with the approach I mentioned. The content is destroyed and recreated, which causes focus to lose.

@rogerwang this is happening for 0.78.1 as well. We're using latest NW.js in pgAdmin.