David Pennington

Results 73 comments of David Pennington

I just realized that both with your change, and the timeout I had we should only wait a max time before we assume there was a 404 or something and...

Actually, as I'm prone to do, I reduced it greatly again down to a single function: https://gist.github.com/Xeoncross/32947f0e450212da693c

I might still add composer support since I want any usable code to be available though it.

Sorry, I'm afraid there is no solution to PHP missing the INTL libraries. It is an important part of the PHP core and should be enabled on hosts so that...

Search engines should actually have an easier time with this system because all the junk that might be mistaken for content (navigation, advertisements, etc...) doesn't exist and just the plain...

Search engines really don't care what _you_ say in the meta tags. The only thing that matters is what _others_ say about you. However, open graph tags and other non-SEO...

Glad to hear you got it working. Because I don't know the name of the columns that will be queried, using the column numbers insures that I don't need to....

@yogesh-desai yes, you're welcome to add these as a PR or when I have time I'll them myself. I avoided https://github.com/hashicorp/golang-lru in the comparison because it does not have TTL...

Yes, ristretto just came out and it's probably what is a majority of cases should use.

Sure, updated. Thanks again!