Bernie Reiter
Bernie Reiter
I'm using a command like `ssh -Nf -D 8080 [email protected]` to set up a SOCKS proxy for tunneling; it'd be great if I could use NetworkManager-ssh to set up this...
Quoting @jsnajdr's https://github.com/Automattic/wp-calypso/pull/30933#discussion_r262457316 (which is a succinct gist of my own observations): > [...] So, with the following directory structure: > > ``` > node_modules/color-studio/index.scss > color-schemes/node_modules/color-studio/index.scss > color-schemes/index.scss >...
Do we have to check built files into git? I just filed a PR (#84) to remove an obsolete logo, and it was really hard to tell which files I...
_(Note: I'm a Code Wrangler in trial starting on 2014-11-10, and this is the project I've been assigned by @nb.)_ This issue is supposed to serve as a place for...
In `vip-scanner/config-vip-scanner.php`, we are invoking 41 unique tests (43 lines with a string ending in `Check`, `WhitespaceCheck` commented out, `VCMergeConflictCheck` used by both the WP.com and the VIP theme review)....
Calypso's `/themes` and `/theme` routes, when visited by a logged-out user, make use of Server-Side Rendering (SSR) for SEO and performance benefits. The latter is hampered by reconciliation errors that...
## Description Related [Trac ticket 56467](https://core.trac.wordpress.org/ticket/56467). This is the tracking issue to coordinate the process of backporting all PHP changes added in the Gutenberg plugin that needs to be backported...
## What? Add `WP_HTML_Processor`, a subclass of `WP_Tag_HTML_Processor`, which allows "broader" access to the parsed HTML, by providing the `get_content_inside_balanced_tags()` method, and some related helper methods, such as `balanced_next()`. ##...