Srinivasan Sekar

Results 40 comments of Srinivasan Sekar

> Hmmm, remove it is really a shame. Those are scripts for transforming that data into the RDF vocabulary that is published. it is important knowledge to provide to end-users....

@giorgialodi As changing in algorithm of folder search is time consuming, can we moved all the `scriptR2RML` under `/VocabolariControllati` ? is it possible to rearrange like below? ``` /VocabolariControllati/scriptR2RML/cities/*.ttl /VocabolariControllati/scriptR2RML/geographical-distribution/*.ttl...

Good idea. In our [device farm plugin ](https://github.com/AppiumTestDistribution/appium-device-farm) we use an in-memory database to persist device information, etc using [loki.js](https://github.com/techfort/LokiJS)

@SudhiHathwar if you're interested. Good if you propose fix too.

we have a capability for appium to launch the android emulators. Currently we dont count those emu's in our device pool. When no android devices are connected we dont read...

something like below, ``` "hostMachines": [ { "machineIP": "127.0.0.1", "simulators": [ { "deviceName": "iPhone 6", "OS": "11.4" } ], "emulators": [ "Nexus", "pixel", "pixel2] // list contains some or all...

@saikrishna321 Lets discuss about this in Chicago. I believe its possible with lot of changes in existing code base 🏎

https://github.com/saikrishna321/AppiumTestDistribution/ is for both android and iOS platforms whereas appium-docker-android is only for android due to apple and docker limitations. If your app is only for android feel free to...

@hemano We will look into how we can integrate both the projects for android.

https://github.com/saikrishna321/AppiumTestDistribution/issues/350