Sanath Kumar

Results 14 comments of Sanath Kumar

Does your helper override downgrade method ? Check this for more info http://stackoverflow.com/questions/24053786/cant-downgrade-database-from-version-2-to-1-even-after-fresh-install-and-re-run

looks like you are using old version of android studio.... Check this solution on stackoverflow http://stackoverflow.com/questions/24716385/android-studios-expected-resource-of-type-checks Try adding the below three lines in place of line 830.If this doesnt work...

Its just some random id you have assign to that layout. Remove that line and try once . If that does not work write a function as given in that...

Hi, As of now I don't have a template for grafana, will try it add it to the repo. Status ok dumps data into influxDB, Grafana visualizes data from influxDB....

Hi, Please check this sample config file. https://github.com/sanathp/statusok/blob/master/sample_config.json

I need to do some testing before pushing to release. It will take some time. If you want the build immediately, install go and run go build from your command...

Sorry, currently support of complex JSON as body dosn't exist. Only key value pairs are accepted for now. Will add support to all types of JSON in next release.

Yes the above format is possible. Currently only key-value pairs are supported.

Thanks for the pull request @gepo . I feel the name 'redirectLimit' is better than 'requestLimit'. Whats the reason behind renaming to requestLimit ?