Steven de Salas

Results 26 comments of Steven de Salas

Better to setup Nginx over the top with free 🍺 SSL via [LetsEncrypt](https://letsencrypt.org/getting-started/) and then use proxypass: There is a good [write-up here](https://gist.github.com/basharovV/e25989cc918f0b21ded26c8bf3be8400). This approach works well with a single...

Confirmed bug: Thanks for the heads up. Will keep an eye on this one. Its platform specific and related to the VC++ runtime so harder for me to test. These...

Temporary fix for this issue (132b45a) -> Checks the VC2008 redistributable installed. Not ideal as it may ask for latest VC2008 redistributable in machines where it would have run without...

I added a new version of [TrifleJS.Latest.zip](https://github.com/sdesalas/trifleJS/raw/master/Build/Binary/TrifleJS.Latest.zip) with bundled dependencies in cf629aa. Turns out I only had to add the manifest that came with Noesis.Javascript.dll.. I dont have an old...

This might be working better now..

HI @juliensobrier thanks will take a look. Do you have some example js code to replicate? Just wondering wether you are calling .setTimeout() in IE context or in V8 context....

Hi @tejacques, like your fix. Will get to it ASAP.

HI @tejacques, Added a fix for this bug. Had to call `page.onInitialized` during the first part of `DocumentCompleted` event (instead of Navigated, but a bit earlier than before as I'm...

Btw. I noticed that if I move 'onInitialized' to the 'Navigated' browser event I can write to global context on the webpage (but not read as the DOM is not...

Hiya, Thanks for the great test example, I've used it to determine the load order for main lifecycle events (including onLoadStarted and onLoadFinished) and got the following from PhantomJS: ```...