Re: [Spice-devel] [PATCH] Added needed import of function arraybuffer_to_str

2020-05-28 Thread Oliver Gutierrez
This is a patch to fix the SPICE port feature not being working since the change made to use module imports instead of inline loading of scripts. Right now works with only this change. On Thu, May 28, 2020 at 1:31 PM Oliver Gutierrez wrote: > --- > src/port.js | 2 +- > 1 file changed, 1 inser

[Spice-devel] [PATCH] Added needed import of function arraybuffer_to_str

2020-05-28 Thread Oliver Gutierrez
--- src/port.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port.js b/src/port.js index 74523ae..b254131 100644 --- a/src/port.js +++ b/src/port.js @@ -20,7 +20,7 @@ */ import { Constants } from './enums.js'; -import { DEBUG } from './utils.js'; +import { DEBUG, arr

Re: [Spice-devel] About decisions and reviews

2020-05-28 Thread Marc-André Lureau
Hi On Thu, May 14, 2020 at 2:32 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Mon, May 11, 2020 at 12:16 PM Marc-André Lureau < > marcandre.lur...@redhat.com> wrote: > >> Hi, >> >> About "Move code to C++": >> https://gitlab.freedesktop.org/spice/spice/-/merge_requests/62