Nick Abalov
Nick Abalov
In angular 1.5.4 eventHandlers and uploadEventHandlers were added to $http config. This should allow to track real progress of requests and make progress bar more accurate. Any plans to support...
In example https://github.com/Yomguithereal/baobab#events it says that both `'users'` and `['users', 'john']` cursors will be notified if John's firstname is changed. Is there a way to notify `['users', 'john']` only and...
Executing `iproxy LOCAL_TCP_PORT DEVICE_TCP_PORT` will bind LOCAL_TCP_PORT to localhost only. Make an optional flag to bind to 0.0.0.0 so that the port will be exposed and accessible by other hosts....
Hi, I am looking into optimising my Xcode deployment script used to install Xcode to tens of machines. Currently it does something like: 1. rsync xcode.xip file from base host...
WIP. Web context / Hybrid apps support.
Our sync invoke method rethrows captured exception with new stacktrace, losing crucial information that could be helpful while debugging. See [CommandBase.cs#L96](https://github.com/2gis/Winium.Mobile/blob/master/Winium/Winium.StoreApps.InnerServer/Commands/CommandBase.cs#L96) for StoreApps. Same thing for Silverlight. We should keep...
https://docs.microsoft.com/en-us/dotnet/articles/standard/library
Support for testing of hbrid apps can be done in the same way as it is done in Appium. We can implement switching between contexts. When in WebView context driver...
Add description on how to embed inner server and enable internet server capability into error message for case when driver could not connect to inner server.