Dishant Kaushik

Results 11 comments of Dishant Kaushik

There is a $ajax [here](https://github.com/Kaljurand/dictate.js/blob/master/lib/dictate.js#L190). I have made some changes to make it into a react component. I'll put a PR soon.

Here is a sample code ``` loading = true error = false oboe(url) .node('!.*', data => { insertData(data) }) .start(status => { loading = false }) .done( res => {...

No, I have emulators and devices to work with, but none of them are jailbroken. A part of my security testing team told me that the jailbreak can by bypassed...

I have tried loading a large data from the server (~70mb). If I load it directly to the UI, it gives an out of memory error. So I cached it...

On further investigation, I realized that it is not a good idea to keep such large files in JS memory and it will cause out of memory errors and the...

Here is the npm log [npm-debug.txt](https://github.com/FancyPixel/small-frontend/files/783165/npm-debug.txt)

I have read the DCO document and I hereby sign the DCO.

Thanks @guidari , please let me know if there's any other way we can achieve this without this change because we will be needing this functionality soon in our project.

Thanks @tay1orjones and @guidari. I’ll complete the tests and fix the a11y issue and let you know once I’m done.

Here's what I've done: - Added `unit` test to cover the new behavior for both variants - Added `VRT` test using `snapshotStory` - Added `AVT` test by checking the label...