Re: [pgadmin-hackers] hello (and .git folder)

2017-03-10 Thread Dave Page
On Fri, Mar 10, 2017 at 11:00 PM, Catonano wrote: > Dave, > > 2017-03-10 23:25 GMT+01:00 Dave Page : >> >> Hi >> >> That's intentional - the script uses git to ensure we only ship files >> in the pip wheel that are expected to be in the source tree. >> > > thanks for your prompt reply > > I'm not

Re: [pgadmin-hackers] hello (and .git folder)

2017-03-10 Thread Catonano
Dave, 2017-03-10 23:25 GMT+01:00 Dave Page : > Hi > > That's intentional - the script uses git to ensure we only ship files > in the pip wheel that are expected to be in the source tree. > > thanks for your prompt reply I'm not sure I understand your answer Is the tarball the wrong way to try t

Re: [pgadmin-hackers] hello (and .git folder)

2017-03-10 Thread Dave Page
Hi On Fri, Mar 10, 2017 at 10:23 PM, Catonano wrote: > Hello, > > I am trying to build pgadmin4 for GuixSD > > This is an excerpt from pkg/pip/build.sh > > if [ ! -d .git -a ! -f .git/config ]; then > echo This script must be run from a git checkout of the source tree. > exit 1 > fi > > B

Re: [pgadmin-hackers] hello

2004-05-12 Thread Andreas Pflug
Merlin Moncure wrote: Understood :)...never mind. I like using STL strings and string builders because they are very fast, likewise for iterators and sorting. Nothing I can't do without, though. Please use the wx equivalents, which are going to be merged with stl versions anyway in the far fu

Re: [pgadmin-hackers] hello

2004-05-12 Thread Merlin Moncure
> What should this be good for? This probably affects portability, so you > must have a *very* good reason to do so. Understood :)...never mind. I like using STL strings and string builders because they are very fast, likewise for iterators and sorting. Nothing I can't do without, though. Merlin

Re: [pgadmin-hackers] hello

2004-05-11 Thread Andreas Pflug
Merlin Moncure wrote: Questions about wx toolkit: Does wxString have fast repeated concatenation for large strings (like STL string)? Somehow, don't know if it's enough for your purpose. Would any code using STL containers be accepted into the project? What should this

Re: [pgadmin-hackers] hello

2004-05-11 Thread Andreas Pflug
Merlin Moncure wrote: That's an awful lot of questions on wx specific stuff, you'd better go to wxdev for such things. Yes, copy/paste of rows from view data (and query tool as well) would be helpful and is one of the most often requested features. Questions about wx toolkit: Does w

Re: [pgadmin-hackers] hello

2004-05-11 Thread Merlin Moncure
> >Questions about wx toolkit: > >Does wxString have fast repeated concatenation for large strings (like > >STL string)? > > > > > > > Somehow, don't know if it's enough for your purpose. Would any code using STL containers be accepted into the project? Merlin ---(end of

Re: [pgadmin-hackers] hello

2004-05-11 Thread Merlin Moncure
> Yes, copy/paste of rows from view data (and query tool as well) would be > helpful and is one of the most often requested features. Questions about wx toolkit: Does wxString have fast repeated concatenation for large strings (like STL string)? Does wxGrid have the capability to demand load row

Re: [pgadmin-hackers] hello

2004-05-11 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Merlin Moncure [mailto:[EMAIL PROTECTED] Sent: 10 May 2004 18:33 To: [EMAIL PROTECTED] Subject: [pgadmin-hackers] hello Hello, I just joined the pgAdmin mailing list. I would like to say that I am generally very impressed with the latest

Re: [pgadmin-hackers] hello

2004-05-11 Thread Dave Page
> -Original Message- > From: Merlin Moncure [mailto:[EMAIL PROTECTED] > Sent: 10 May 2004 18:33 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] hello > > Hello, > > I just joined the pgAdmin mailing list. I would like to say > that I am generally very impressed with the latest