Craig Francis
Craig Francis
With the Getting Started guide at: https://github.com/HTTPArchive/httparchive.org/blob/master/docs/gettingstarted_bigquery.md Can it begin with a warning about the potential costs involved with Google BigQuery. I'm not impressed with my recent £126.73 bill ($166.62),...
The [Formatting SQL Statements](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#formatting-sql-statements) section currently includes a paragraph on [string and integer placeholders](https://github.com/WordPress/wpcs-docs/blob/dff1d8622d201bf1d9bc3b9896f783a44778b0cc/wordpress-coding-standards/php.md?plain=1#L465): > `%s` is used for string placeholders and `%d` is used for integer placeholders. Note that...
Following up on [PR #2072](https://github.com/WordPress/WordPress-Coding-Standards/pull/2072), and suggested by Juliette. > - This would need the same research as mentioned [in [#2078](https://github.com/WordPress/WordPress-Coding-Standards/issues/2078)]. > - This check would need to use the...
Following up on [PR #2072](https://github.com/WordPress/WordPress-Coding-Standards/pull/2072), and suggested by Juliette. > This would need additional research to work out how to reliably distinguish identifier names from values, could possibly, partially be...
Rather than adding an icon to the address bar, could we look at something like Google PageSpeed... where they add a new tab to the WebDev toolbar, and use the...
With [https://pyre-check.org/play](https://pyre-check.org/play/), the styling is a bit wrong for small screens (e.g. mobile phones)... which makes it impossible to see the code editor. It seems to happen because the ``...
It looks like twigcs is setup to check the `*.twig` files in a folder. Do you think it would possible to check other sources, e.g. ```php echo $twig->createTemplate('Hi {{ name...
I'm very uncomfortable with this API locking the [esc] key. I can see that [Special Considerations with the Escape Key](https://w3c.github.io/keyboard-lock/#escape-key) have been made (ref [issue 45](https://github.com/w3c/keyboard-lock/issues/45)), where: ...the user agent...
Considering the removal of `` on issue #331. For me, the main feature of `@seamless` was the ability for the `iframe` to resize based on the size of the child...