David Luu

Results 59 issues of David Luu

I guess I should also investigate on my end how the Kafka messages in the subscribed topic are encoded, but for now, I get this error every once in a...

Here's the code I have: ``` go type RunKeywordReturnValue struct{ Return interface{} `xml:"return"` Status string `xml:"status"` Output string `xml:"output"` Error string `xml:"error"` Traceback string `xml:"traceback"` } func (h *RobotRemoteService) RunKeyword(r...

``` go /* how to define go gorilla/rpc func signature if XML-RPC args is comprised as * 2 arguments: a string argument for actual keyword/method to execute, and * an...

Hi, I'm a new to *nix daemons and node.js. From the readme examples, it's not clear how the daemon management occurs once the daemon is started (running script forked and...

Nice to see issue 34 is accepted and worked on. Adding on to that, I think there should be a WebDriverBackedSeleniumTestCase. This will help users of the PHPUnit Selenium (RC)...

See the following for background: https://groups.google.com/forum/?fromgroups#!topic/selenium-users/6E53jIIT0TE http://seleniumhq.wordpress.com/2012/02/08/announcing-selenium-2-19-the-prancing-unicorn-release/ Selenium server now includes the WebDriverBackedSelenium functionality of WebDriver as part of server that any language binding can use. But to use it...

Just wondering if PHPUnit supports the Selenium captureNetworkTraffic setting that is available for other languages like Java and Python. If not, can we please consider adding as option for the...

I see pleaserun has an option to specify command for pre start via "--prestart". Upstart offers option to define pre-start & post-stop scripts, not sure about other platforms. I think...

Even though looks like this project is abandoned for updates, curious to wonder which browsers were known to work for the javascript based method since I see that the [javascript/mobile...