Hans Reinl
Hans Reinl
Hee, what do you think about a cron job that `curl`s the file from caniuse.com/jsonp.php, writes the new file, commits and pushes automatically. Or maybe better, on each request we...
I've created a new branch for this to not pollute my master-branch with more unmerged commits. You can find it [over here](https://github.com/drublic/html5please-api/tree/caniuse-data). I am requesting the file from `http://caniuse.com/jsonp.php`, remove...
I think including the cron into the script adds a bit more independence to the repo. On my local machine I have no cron which requests the latest version of...
@skddc I've pushed my changes to a new branch "caniuse-data". Check out this one if you want to use an automatic pull from caniuse.com/jsonp.php. FWIW the problem with getUserMedia is...
Please feel free to submit a PR which pulls more recent data from the source you can find. As we build upon caniuse we are depending on the data provided....
@jonathantneal I thought this is the most recent. I've implemented a kinda "pull cron" in the `caniuse-data`-branch. It's not a cron though :)
@jonathantneal Did you have a look at what I did? I've implemented this with `get_file_contents` [here](https://github.com/h5bp/html5please-api/blob/caniuse-data/handler.methods.php#L61). This does not time out for me.
@skddc The data for getUserMedia can now be found [here](http://api.html5please.com/stream.json?callback=h5please&texticon). @jonathantneal Thanks for fixing this. Which direction do you mean? As I pointed out my fixes pull the jsonp.php-file from...
@skddc No, it's not live yet or merged into the master. I want to await the "go" from @jonathantneal, because he has another solution / current state. It feels like...
I've [changed the time](https://github.com/h5bp/html5please-api/commit/efc9f9c1f1d65caa57b2ec5a73c62b1305e6134b) for which the file is cached on our server to 10 minutes as Divya's cron is doing and Paul +1ed. As I think we are not...