[sympy] testing instances for sympy-live

2011-11-25 Thread krastanov.ste...@gmail.com
Hi, You can test the new stuff done for sympy-live (the new design and the new mobile interface) on sympy-live-testing-2.appspot.com. Aaron mentioned quite correctly a number of deficiencies in the new sympy-live design. But at that time I have already marked the task as closed. He has expressed

Re: [sympy] testing instances for sympy-live

2011-11-25 Thread Mateusz Paprocki
Hi, On 25 November 2011 15:08, krastanov.ste...@gmail.com < krastanov.ste...@gmail.com> wrote: > Hi, > > You can test the new stuff done for sympy-live (the new design and the new > mobile interface) on sympy-live-testing-2.appspot.com. > > Aaron mentioned quite correctly a number of deficiencies

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Ondřej Čertík
Hi, On Fri, Nov 25, 2011 at 4:25 PM, Mateusz Paprocki wrote: > Hi, > > On 25 November 2011 15:08, krastanov.ste...@gmail.com > wrote: >> >> Hi, >> >> You can test the new stuff done for sympy-live (the new design and the new >> mobile interface) on sympy-live-testing-2.appspot.com. >> >> Aaron m

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Ondřej Čertík
2011/11/26 Ondřej Čertík : > Hi, > > On Fri, Nov 25, 2011 at 4:25 PM, Mateusz Paprocki wrote: >> Hi, >> >> On 25 November 2011 15:08, krastanov.ste...@gmail.com >> wrote: >>> >>> Hi, >>> >>> You can test the new stuff done for sympy-live (the new design and the new >>> mobile interface) on sympy-

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Chris Smith
The Other Online Shells dropdown (in Chrome) doesn't drop down far enough and the bottom of the letters are clipped; it only drops as far as the bottom of the bullet. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Ondřej Čertík
On Sat, Nov 26, 2011 at 7:08 PM, Chris Smith wrote: > The Other Online Shells dropdown (in Chrome) doesn't drop down far > enough and the bottom of the letters are clipped; it only drops as far > as the bottom of the bullet. I think it was fixed. Can you try the version at: http://live.sympy.org

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Chris Smith
> I think it was fixed. Can you try the version at: > > http://live.sympy.org/ > > I just tested it in Chrome and it seems to work. > I have a version of chrome that reports it is up to date running under Windows 7 and it still appears clipped. Is it just a matter of adding a newline after the tex

Re: [sympy] testing instances for sympy-live

2011-11-26 Thread Aaron Meurer
I see the problem too. We should add a newline or two to that field. Aaron Meurer On Sat, Nov 26, 2011 at 8:38 PM, Chris Smith wrote: >> I think it was fixed. Can you try the version at: >> >> http://live.sympy.org/ >> >> I just tested it in Chrome and it seems to work. >> > > I have a version

Re: [sympy] testing instances for sympy-live

2011-11-27 Thread Mateusz Paprocki
Hi, 2011/11/27 Ondřej Čertík > Hi, > > On Fri, Nov 25, 2011 at 4:25 PM, Mateusz Paprocki > wrote: > > Hi, > > > > On 25 November 2011 15:08, krastanov.ste...@gmail.com > > wrote: > >> > >> Hi, > >> > >> You can test the new stuff done for sympy-live (the new design and the > new > >> mobile in

Re: [sympy] testing instances for sympy-live

2011-11-27 Thread Aaron Meurer
Ah, I forgot to test this. I see that it's broken in the mobile version too. Aaron Meurer Sent from my iPhone. On Nov 27, 2011, at 9:48 AM, Mateusz Paprocki wrote: Hi, 2011/11/27 Ondřej Čertík > Hi, > > On Fri, Nov 25, 2011 at 4:25 PM, Mateusz Paprocki > wrote: > > Hi, > > > > On 25 Novemb

Re: [sympy] testing instances for sympy-live

2011-11-27 Thread Aaron Meurer
This is not so easy to fix, because even if you set the printer width, it will mess up expressions that have already been printed. I think a better solution would be to set the printer width to none and do the multiline wrapping manually in the webapp, so that it can adjust for all printed express

Re: [sympy] testing instances for sympy-live

2011-11-27 Thread Ondřej Čertík
On Sun, Nov 27, 2011 at 10:01 AM, Aaron Meurer wrote: > This is not so easy to fix, because even if you set the printer width, > it will mess up expressions that have already been printed.  I think a > better solution would be to set the printer width to none and do the > multiline wrapping manual

Re: [sympy] testing instances for sympy-live

2011-11-27 Thread Aaron Meurer
On Nov 27, 2011, at 11:37 AM, "Ondřej Čertík" wrote: > On Sun, Nov 27, 2011 at 10:01 AM, Aaron Meurer wrote: >> This is not so easy to fix, because even if you set the printer width, >> it will mess up expressions that have already been printed. I think a >> better solution would be to set the