Re: [pgadmin-support] remove me from the mailing list

2017-01-05 Thread Bruno Friedmann
hen send an email to the unsubscribe system :-) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your s

Re: [pgadmin-support] pgAdmin 4 starts with messy screen

2017-02-10 Thread Bruno Friedmann
k deny access to some essentials files like css and or fonts. Don't worry about java version, it's pure qt and python application :-) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot --

Re: [pgadmin-support] "pgadmin4" - slow?

2017-06-14 Thread Bruno Friedmann
Is this doesn't linked to the fact that localhost on modern system is mapped to ::1 (the ipv6 loopback) and 127.0.0.1 the old ipv4 one. By default ipv6 is called first, then ipv4 the problem is the python api is listening only on ipv4 :-) Python Flask upstream limits ? (Well they not alo