Craig Francis

Results 76 comments of Craig Francis

I don't have any real examples, but how about? - `SELECT * FROM cmsdomain WHERE url LIKE "%?%";` - `SELECT * FROM cmsdomain WHERE url LIKE "%:tag_name%";` - `SELECT *...

While I'd prefer `literal-string` to be the primary method (and to make developers aware of it); the `real_escape_string()` one could work... but some things to keep in mind, where it's...

I've used Jun's example to show how a developer might update their XMLHttpRequest to stop using `.innerHTML` (correctly rejected by TrustedTypes), and then naively update it to use [`responseType =...

This would work well with [WebPackage's](https://github.com/WICG/webpackage/). I'm looking at a similar problem, which is the replacement of PDF's (invoices, reports, terms and conditions, etc). But I would stress, these packages...

Just for reference, you are kind of doing all the work of the pollyfill anyway, so you shouldn't need to include any extra JS. Hopefully (and this is from someone...

I forgot to mention, when I did the original test, I had: ``` background: #761786; background: linear-gradient(to bottom, #9E4594 0%, #761786 100%); ``` Where I had forgotten to add the...

Unfortunately, like many, that first one won't apply to me (I'm someone who had already put a credit card against my generic Google account), there is no mention of cost...

Thanks Barry, I think I'm hoping that Google will make some changes to the BigQuery system itself, so everyone knows what it's about to cost (i.e. they are informed about...

I have opened [PR #9911](https://github.com/doctrine/orm/pull/9911) on [doctrine/orm](https://github.com/doctrine/orm/), as it should be fixed there as well.

Yep, thanks Ondřej, hopefully Doctrine will accept my PR :-)