Gordon Lau Wai Chung
Gordon Lau Wai Chung
I also encountered this issue. I discovered that you can only work around the issues by **check** and **uncheck** both `rejectUnauthorized` and `requestCert`. Then everything works after this `hack`.
@konradkalemba Same in my case. Upgrading to the latest version solves the issue.
Second this. It is due to the fact that Ubuntu 24.04 no longer ships with the debian package `libicu72`. It only comes with `libicu74` and `libicu-dev`. One possible workaround is...
I tried both the debian version and ppa version but no luck on both. I think it is better to build the package from source code. The [build instruction](https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions) is...
The issue still persists for Linux. * OS: Ubuntu Linux 24.04 * App Version: 5.3.0 * Installation: AppImage * Engine: PostgreSQL Installing older version does not work anymore. The error...
Just to document for people who want to use SSH Tunnel with DBGate but is currently blocking by this issue. It is perfectly working to use `ssh` command to create...
I think it is an issue for all the editors in the application on Linux and Mac. Basically, you cannot select any lines before the last line. You have to...