Re: javascript transpilers

2018-02-05 Thread Mike Dewhirst
Much appreciated. I'll definitely take your advice. Cheers M On 6/02/2018 2:26 AM, Matemática A3K wrote: On Thu, Feb 1, 2018 at 8:27 PM, Mike Dewhirst > wrote: On 2/02/2018 12:54 AM, Jason wrote: https://caniuse.com/#feat=wasm  IIRC wasm

Re: javascript transpilers

2018-02-05 Thread Matemática A3K
On Thu, Feb 1, 2018 at 8:27 PM, Mike Dewhirst wrote: > On 2/02/2018 12:54 AM, Jason wrote: > >> https://caniuse.com/#feat=wasm >> >> >> IIRC wasm is not polyfillable or transpilable, so if you're targeting >> users on any of those red cells, then wasm is not for you. >> > > Agreed. I think it is

Re: javascript transpilers

2018-02-01 Thread Mike Dewhirst
On 2/02/2018 12:54 AM, Jason wrote: https://caniuse.com/#feat=wasm  IIRC wasm is not polyfillable or transpilable, so if you're targeting users on any of those red cells, then wasm is not for you. Agreed. I think it is interesting anyway but I already decided it is not within my event horiz

Re: javascript transpilers

2018-02-01 Thread Jason
https://caniuse.com/#feat=wasm IIRC wasm is not polyfillable or transpilable, so if you're targeting users on any of those red cells, then wasm is not for you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: javascript transpilers

2018-02-01 Thread Mike Dewhirst
On 30/01/2018 6:33 PM, Andréas Kühne wrote: If you are using django in the "normal" way - you should just be able to add the message to the messages contrib package. Then the message should show when saving? Because when you click on the save button you should post your form and that method sho

Re: javascript transpilers

2018-01-31 Thread Mike Dewhirst
to:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Wednesday, January 31, 2018 4:29 PM To: django-users@googlegroups.com Subject: Re: javascript transpilers On 30/01/2018 6:33 PM, Andréas Kühne wrote: 2018-01-30 5:18 GMT+01:00 Mike Dewhirst mailto:mi...@dewhirst.com.au>>: On 29/

RE: javascript transpilers

2018-01-31 Thread Matthew Pava
ango-users@googlegroups.com Subject: Re: javascript transpilers On 30/01/2018 6:33 PM, Andréas Kühne wrote: > 2018-01-30 5:18 GMT+01:00 Mike Dewhirst <mailto:mi...@dewhirst.com.au>>: > > On 29/01/2018 9:03 PM, Nick Sarbicki wrote: > > Going SPA when you don't

Re: javascript transpilers

2018-01-31 Thread Mike Dewhirst
u <mailto:mi...@dewhirst.com.au>>             <mailto:mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>             <mailto:mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>>>> wrote:      

Re: javascript transpilers

2018-01-29 Thread Andréas Kühne
You don't describe to what extent you need to use >> JavaScript - >> IOW, what problem you need to solve with JavaScript? >> >> Depending you needs you might get away with basic >> k

Re: javascript transpilers

2018-01-29 Thread Mike Dewhirst
        mailto:mi...@dewhirst.com.au> <mailto:mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>>> wrote:             I have avoided javascript like the plague. However it             seems I have to

Re: javascript transpilers

2018-01-29 Thread Nick Sarbicki
wrote: >>> >>> Hi, >>> >>> You don't describe to what extent you need to use JavaScript - >>> IOW, what problem you need to solve with JavaScript? >>> >>> Depending you needs you might get away with basic knowle

Re: javascript transpilers

2018-01-29 Thread Andréas Kühne
;> On Sun, Jan 28, 2018 at 12:44 AM, Mike Dewhirst >> mailto:mi...@dewhirst.com.au>> wrote: >> >> I have avoided javascript like the plague. However it >> seems I have to bite the bullet. Interestingly, there are &

Re: javascript transpilers

2018-01-28 Thread Mike Dewhirst
On Sun, Jan 28, 2018 at 12:44 AM, Mike Dewhirst mailto:mi...@dewhirst.com.au>> wrote: I have avoided javascript like the plague. However it seems I have to bite the bullet. Interestingly, there are now a number of Python -> Javascript transpilers.

Re: javascript transpilers

2018-01-28 Thread Nick Sarbicki
> On Sun, Jan 28, 2018 at 12:44 AM, Mike Dewhirst >> wrote: >> >>> I have avoided javascript like the plague. However it seems I have to >>> bite the bullet. Interestingly, there are now a number of Python -> >>> Javascript transpilers. >>> &g

Re: javascript transpilers

2018-01-28 Thread Avraham Serour
mework. > > On Sun, Jan 28, 2018 at 12:44 AM, Mike Dewhirst > wrote: > >> I have avoided javascript like the plague. However it seems I have to >> bite the bullet. Interestingly, there are now a number of Python -> >> Javascript transpilers. >> >> http:/

Re: javascript transpilers

2018-01-28 Thread Jani Tiainen
wrote: > I have avoided javascript like the plague. However it seems I have to bite > the bullet. Interestingly, there are now a number of Python -> Javascript > transpilers. > > http://stromberg.dnsalias.org/~strombrg/pybrowser/python-browser.html > > Where would be a good place

Re: javascript transpilers

2018-01-28 Thread Jason
ou are better off > learning the amount of javascript that you need to learn and stick with it. > > Regards, > > Andréas > > 2018-01-27 23:44 GMT+01:00 Mike Dewhirst >: > >> I have avoided javascript like the plague. However it seems I have to >> bit

Re: javascript transpilers

2018-01-28 Thread Andréas Kühne
th it. Regards, Andréas 2018-01-27 23:44 GMT+01:00 Mike Dewhirst : > I have avoided javascript like the plague. However it seems I have to bite > the bullet. Interestingly, there are now a number of Python -> Javascript > transpilers. > > http://stromberg.dnsalias.org/~st

javascript transpilers

2018-01-27 Thread Mike Dewhirst
I have avoided javascript like the plague. However it seems I have to bite the bullet. Interestingly, there are now a number of Python -> Javascript transpilers. http://stromberg.dnsalias.org/~strombrg/pybrowser/python-browser.html Where would be a good place to start a discussion on