Steven de Salas

Results 26 comments of Steven de Salas

Hi Julien, this looks like the javascript used in trifleJS to setup the internal javascript environment (replumb the 'page' methods/setters to their .net counterparts) is throwing an error. Possibly when...

Hi @juliensobrier. Thanks for the bug report and related info. I'm trying to remove dependency on local installation of VC++ 2008 runtime (see #25), so I bundled dependencies for Noesis.Javascript...

Also, you have a wider selection of downloads for Noesis.Javascript (.Net 3.5 and 4 vs x64 and x86) if you are building TrifleJS against a specific .NET version. You can...

I'll be adding some more info on this topic to the wiki. Its bound to come up again.

Actually, this could be related to console.log() which turns dates into date strings..

Thanks @juliensobrier, I knew page.clipRect was broken just hadnt had time to get it working. Will merge when I get a moment to test. Ta! Steven

Hi Pushkar, TrifleJS uses the underlying IE engine so Websockets will only supported in IE10 and above. Its not something that I can add or remove myself. http://caniuse.com/#feat=websockets Regards, Steven

While on the topic of IPC (Inter Process Communication): Your options currently are (in my personal order of preference): .1. Running a [WebServer](https://github.com/ariya/phantomjs/wiki/API-Reference-WebServer/5efc9a409c029f54d73436cda3de6d1bb2143f86) listener to consume data (or scripts) sent...

FYI https://medium.com/p/87b965ad2c8d

Just use these same scripts on the pi3. You'll get the ARM6 version (zero is ARM6 pi3 is ARM7) but thanks to backward compatibility it'll still work. (not the other...