[Spice-devel] [spice-html5]Converting to NodeJS

2019-02-01 Thread Cedric Bosdonnat
Hi Jeremy, I'm pondering converting spice-html5 before submitting it to npmjs.org. In the move I'ld move everythin into a SpiceHtml5 namespace. How does that sound? I'm ready to invest some effort into it, but I'ld rather to have your ACK before ;) Regards -- Cedric ___

Re: [Spice-devel] [spice-html5]Converting to NodeJS

2019-02-04 Thread Cedric Bosdonnat
On Fri, 2019-02-01 at 13:07 -0600, Jeremy White wrote: > On 2/1/19 11:55 AM, Cedric Bosdonnat wrote: > > I'm pondering converting spice-html5 before submitting it to > > npmjs.org. > > In the move I'ld move everythin into a SpiceHtml5 namespace. > > > &g

Re: [Spice-devel] [spice-html5]Converting to NodeJS

2019-02-04 Thread Cedric Bosdonnat
On Mon, 2019-02-04 at 08:30 -0600, Jeremy White wrote: > > > I'd be delighted if spice-html5 had a proper name space! > > > > How should we proceed? I could implement this using ES6 exports, > > but > > that rules out really old browsers. Not sure if CommonJS exports > > would > > cover a broader

Re: [Spice-devel] [PATCH spice-html5 3/3] Hide the message console by default.

2019-02-15 Thread Cedric Bosdonnat
On Thu, 2019-02-14 at 12:55 -0600, Jeremy White wrote: > Signed-off-by: Jeremy White > --- > spice.css | 2 ++ > spice.html | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/spice.css b/spice.css > index 4c61cb3..968ba16 100644 > --- a/spice.css > +++ b/spice.css > @@ -

Re: [Spice-devel] [PATCH spice-html5 1/3] Generate package.json from the Makefile.

2019-02-15 Thread Cedric Bosdonnat
On Thu, 2019-02-14 at 12:55 -0600, Jeremy White wrote: > Signed-off-by: Jeremy White > --- > .gitignore | 1 + > Makefile| 30 +- > package.json => package.json.in | 2 +- > 3 files changed, 23 insertions(+), 10 deletions(

Re: [Spice-devel] [PATCH spice-html5 2/3] Fix the console toggle in the new ES6 environment.

2019-02-15 Thread Cedric Bosdonnat
On Thu, 2019-02-14 at 12:55 -0600, Jeremy White wrote: > Signed-off-by: Jeremy White > --- > spice.html | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/spice.html b/spice.html > index f9e1af4..d744ef9 100644 > --- a/spice.html > +++ b/spice.html > @@ -146,8 +146