Steven de Salas

Results 9 issues of Steven de Salas

TrifleJS is using JSON.stringify() to copy objects from IE context to the V8 runtime where test scripts are executed. Thus if you do something like this: ``` page.onCallback = function(theDate,...

bug

see [http://html5test.com](http://html5test.com)

bug

See: https://github.com/ariya/phantomjs/wiki/REPL#auto-completion Tapping TAB (i.e. →|) can make all the difference: ``` phantomjs> phantom.→| phantomjs> phantom.injectJs→| phantomjs> phantom.exit→| phantomjs> phantom.version→| phantomjs> phantom.outputEncoding⏎ "UTF-8" phantomjs> ```

enhancement

SOCKS proxy does not seem to be working in IE8. This could be something to do with underlying browser config. Need to try with IE9 to be certain. Here is...

bug

![stackoverflowerror](https://f.cloud.github.com/assets/534414/1488212/f9eb6d10-4743-11e3-8bfe-82efcf242f2f.png) STEPS TO REPRODUCE: 1. Run TrifleJS.exe on REPL (no arguments) 2. Enter `trifle.trifle = trifle` 3. StackOverflowException occurs MORE INFO: This issue actually occurs in the Noesis.Javascript.dll dependency, the...

bug

You guys are awesome. What a great tool to automate API Scanning!

Following instructions for 'Direct' use in Readme.md creates a `TypeError: generate is not a function`: To duplicate follow these steps: ``` $ node -v && node v6.10.0 > const generator...

Peter Sparks wrote: HI Steven Great job on the websQL export script, I think! I am having an issue getting it to work, in that it loads ok in the...

help wanted
question