Aditya Toshniwal
Aditya Toshniwal
@brsa We had issues with incorrect formatting in library we used before this. So we replaced it with sql-formatter which may not be perfect but best out of available. If...
Please check https://github.com/pgadmin-org/pgadmin4/issues/5670#issuecomment-1386448083.
> @akshay-joshi would it be fine to cherry pick that into this branch? I have cherry picked the commit.
@razzeee You've made it compatible when running from flatpak. But the automated build process need to include flatpak build and publish it flatpak to flathub just like docker hub.
The indentation is useful and saves time when writing pgsql code. We can add a preference though.
Hi @spthiel, This duplicates #6222, and check my comment here - https://github.com/pgadmin-org/pgadmin4/issues/6222#issuecomment-1530899862. Email deliverability check is disabled by default.
> Hi @adityatoshniwal sorry for the delay in response. > > I do not believe this duplicates #6222 as that issue deals with user accounts whereas this deals with the...
> > Administrator account is no different from other user accounts. > > It is different as the email address for the administrator is evaluated at https://github.com/pgadmin-org/pgadmin4/blob/master/pkg/docker/entrypoint.sh#L46 Yes that eventually...
OK now I see what you're trying to say. I will re-open the issue for now. Even if we allow in entrypoint.sh, it might fail in email-validator package we use...