Re: Improved 'extract' command

2017-10-13 Thread Terry Brown
Hmm, some unforeseen challenges. I have this code: ---cut here--- // Promise wrapper for simple XMLHttpRequest GET export function getData(url) { return new Promise(function(resolve, reject) { var req = new XMLHttpRequest() req.open('GET', url) req.onload = function ()

Re: Improved 'extract' command

2017-10-13 Thread Terry Brown
On Fri, 6 Oct 2017 13:54:55 -0700 (PDT) vitalije wrote: > I am sorry, I haven't read your whole message  (it sims like I am > also in mode of taking only first line in account :-) ) Ok, that was very funny :-) > Yes, you are right. I was trying to change as little as possible, but > I'd love if

Re: link to iPython Bridge

2017-10-13 Thread lewis
Hi Andreas, It's not recent but here is the correct link for the scipy mailing list https://mail.scipy.org/pipermail/ipython-dev/2008-January/003551.html I'm sure the broken link will be updated soon. If you have any insights into using the IPython bridge please feel free to share them. Regar