Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread David Cook
Direct: 02 8005 0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Tajoli Zeno Sent: Tuesday, 8 August 2017 9:43 PM To: Koha Devel <koha-devel@lists.koha-community.org> Subject: Re: [Koha-deve

Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread Tajoli Zeno
Hi to all, Il 08/08/2017 12:30, Tomas Cohen Arazi ha scritto: When people say IE, what specific version of the product are you all talking about? in fact rearding https://www.netmarketshare.com/ IE=16% [worldwide on desktop] The version are: Microsoft Internet Explorer 11.0 = 13.71%

Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread Tomas Cohen Arazi
stopher Davis <cgda...@uintah.utah.gov> > *Cc:* David Cook <dc...@prosentient.com.au>; Koha Devel < > koha-devel@lists.koha-community.org> > > > *Subject:* Re: [Koha-devel] ES6 usage in the staff client > > > > Owen, to answer your question, I'm working o

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread David Cook
2017 7:09 AM To: Christopher Davis <cgda...@uintah.utah.gov> Cc: David Cook <dc...@prosentient.com.au>; Koha Devel <koha-devel@lists.koha-community.org> Subject: Re: [Koha-devel] ES6 usage in the staff client Owen, to answer your question, I'm working on bug 15522 (https:/

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread Jesse
rian >> Prosentient Systems >> 72/330 Wattle St >> Ultimo, NSW 2007 >> Australia >> >> Office: 02 9212 0899 >> Direct: 02 8005 0595 >> >> -Original Message- >> From: koha-devel-boun...@lists.koha-community.org [mailto: >> koh

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread Christopher Davis
koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] On Behalf Of Michael Kuhn > Sent: Friday, 4 August 2017 10:04 PM > To: koha-devel@lists.koha-community.org > Subject: Re: [Koha-devel] ES6 usage in the staff client > > Am 04.08.2017 um 13:48 schrieb Owen Leonar

Re: [Koha-devel] ES6 usage in the staff client

2017-08-06 Thread David Cook
0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Michael Kuhn Sent: Friday, 4 August 2017 10:04 PM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] ES6 usage in the staff client Am

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Paul A
[apologies for top-posting] All our cataloguers' work stations use Opera (v.44) which (from dev.opera): "Opera now [version 29] supports ES6 classes in strict mode, providing the following features: prototype-based inheritance, constructors, super calls, instance methods, and static

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Michael Kuhn
Am 04.08.2017 um 13:48 schrieb Owen Leonard: * Use ES6 classes. This will work in Firefox 45+ (which includes two ESR releases), Chrome 42+, Edge and Safari 9 I'm leaning towards this option, but it would be nice to get some feedback from users (or from support companies who ask their

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Owen Leonard
> * Use ES6 classes. This will work in Firefox 45+ (which includes two ESR > releases), Chrome 42+, Edge and Safari 9 I'm leaning towards this option, but it would be nice to get some feedback from users (or from support companies who ask their users?) who might be required by their workplace

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Tomas Cohen Arazi
I think ES6 is broadly implemented in browsers (even edge) so it wouldn't make sense to complicate the dev workflow without an obvious gain. El jue., 3 de ago. de 2017 8:24 PM, Jesse escribió: > As part of my work with Preact (and previous work with React), I've been >