Dave Hulbert

Results 16 comments of Dave Hulbert
trafficstars

I've got free certs from http://www.startssl.com/?app=1 before, which should do the job. Takes a few minutes to register, then you need to tell Apache / nginx to serve HTTPS on...

Looks like you guys have already done this :-). For anyone looking: http://geotools-php.org/

I need to convert FastClick to a jQuery "special event". I've got a second child on the way soon, so this isn't likely to happen soon. If anyone wants to...

No, not yet. I'd be happy to merge a pull request that implements this.

I'm not sure why this isn't working. Could you create a test case on http://jsfiddle.net/ ? Is it just iOS or Android / other browsers too?

This sounds like a good plan. Any ideas what would be the best way to test for a mobile vs desktop browser? It would also be good to see how...

I'm not quite sure what you mean by this. jQuery's click doesn't remove/override old handlers (see http://jsfiddle.net/bMaGy/ for a demo). Am I misunderstanding you?

Here's one that looks nice (matches URLs) ``` ^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))? ```

Oops, sorry. I was cleaning up branches and projects and accidentally removed this one. I've just submitted the same PR again, as I don't think I can reopen this one....

Did you set your OpenAI API key? If you have this in the `docker-compose.yml` OPENAI_API_KEY=${OPENAI_API_KEY} Then you can set it in your shell with export OPENAI_API_KEY=sk-.....