Gary Pendergast

Results 59 comments of Gary Pendergast

And it should [sync between Chrome installs](https://developer.chrome.com/extensions/storage#property-sync).

It used to work in Google Docs, but they've done some dark magic to take over the paste handler completely. It'll need some more digging. 🙂

Nope, there are no stats for s.w.org usage. I don't think they'd be much use, anyway. - They're showing the number of times an emoji is viewed, not used. -...

This is absolutely an issue we should explore further! So we have some practical targets in mind, do you have particular uses cases that you'd like to have reactions available...

This would also be helpful for the Social Login project - for example, Automattic/wp-calypso#15542 requires the multi-coloured Google logo, so I'm just pasting an entire SVG into place. Using ``...

Thank you for the PR, @nylen. Lando is cool, it seems to take a lot of the hassle out of setting up a Docker environment. Unfortunately, this PR needs a...

For folks running into this, the cause is that [this map()](https://github.com/bower/decompress-zip/blob/26807e69ed22281c94372e03ba4801d7bf07be1d/lib/decompress-zip.js#L103-L118) doesn't return anything if `file.type === 'Directory'`, which leaves the entry in `files` array as `undefined`. #51 isn't the...

If you're running on a VM, remember to allocate more cores. Using `--parallel=16` with 1 core, a `phpcs` run across WordPress took 1m38.95s. With 4 cores, it took 0m36.3s.

I've been playing around with this a little bit. If y'all still have opinions on what multisite Keyring might look like, and how it could work, I'd appreciate comments on...