[sage-devel] Re: extend with list vs extend with iterator

2021-06-12 Thread Sébastien Labbé
On Thursday, June 10, 2021 at 6:47:37 PM UTC+2 axio...@yahoo.de wrote: > The question is, whether we can rely on behaviour of the reference > implementation of python which contradicts its documentation: > > list.extend(*iterable*) > > Extend the list by appending all the items from the iterabl

Re: [sage-devel] ask.sagemath.org is down

2021-06-12 Thread Dima Pasechnik
On Sat, Jun 12, 2021 at 11:58 PM Diego Sejas wrote: > > Hello! It seems it happened again. I am unable to access Ask SageMath. Are > there any news about this matter? indeed. wiki down too, as expected. :-( > > On Sunday, June 6, 2021 at 11:09:49 AM UTC-4 Thierry (sage-googlesucks@xxx) > wrote

Re: [sage-devel] ask.sagemath.org is down

2021-06-12 Thread Diego Sejas
Hello! It seems it happened again. I am unable to access Ask SageMath. Are there any news about this matter? On Sunday, June 6, 2021 at 11:09:49 AM UTC-4 Thierry (sage-googlesucks@xxx) wrote: > Hi, > > On Sat, Jun 05, 2021 at 10:29:07PM +0100, Dima Pasechnik wrote: > > On Sat, 5 Jun 2021, 21:50

Re: [sage-devel] Safari not showing three.js plots

2021-06-12 Thread Murray Eisenberg
I just tried this with macOS 11.4, Safari 14.1.1, ans SageMath 9.3.rc4 and it works just fine: after a brief delay, a new window opens in Safari showing the 3d plot which, as usual, I an manipulate with the mouse. On Saturday, June 12, 2021 at 5:08:26 AM UTC-4 dim...@gmail.com wrote: > On Sat,

Re: [sage-devel] Safari not showing three.js plots

2021-06-12 Thread Dima Pasechnik
On Sat, Jun 12, 2021 at 12:33 AM Nathan Dunfield wrote: > > With Sage 9.3 on macOS Catalina and default browser set to Safari 14.1.1.1, > if I open a Terminal.app window, start sage, and type: > > sage: var('x, y') > sage: plot3d(x^2 + y^2, (x, -1, 1), (y, -1, 1)) > > an essentially blank webpage