Nicolas Cannasse

Results 375 comments of Nicolas Cannasse

BTW it might be possible to have the node Buffer be a reference to an ArrayBuffer (with memory sharing) if created by passing an ArrayBuffer, to confirm by experiment, see...

(passing an UInt8Array for instance will create a copy)

ok, everything seems good to me! shall we move forward with a proper release? or do anyone want to contribute more sys/Sys implementation (quickly) before that? Also, we need to...

Regarding IP bug, which webserver / platform / neko version are you using? Regarding Sys.println, it does add a newline but it's different from html ``, you can change your...

Sorry I can't comment on it, I'm not familiar enough with ports

@ppenzin no problem for me

all of the libs here are usually installed as part of neko distrib https://github.com/HaxeFoundation/neko/tree/master/libs (apart "ui") we have two versions of mysql : "mysql.ndll" which statically links libmysqlclient_r.a and "mysql5.ndll"...

The ELF patching was provided by @kulick, and yes handling other binary formats looks like it will require a specific implementation.

try running inside `gdb` and give us backtrace with `bt` when the crash happens so we can locate which primitive has an issue.