Mikael Korpela

Results 341 comments of Mikael Korpela

@patrickd- thanks! this repo hasn't been very much maintained for a while but we're getting back on track again (#441). Cheers! I'll leave it for @lushc and @joeframbach to consider...

`` is perfectly valid HTML, `` valid XHTML. ;-) http://w3c.github.io/html-reference/syntax.html#void-element > Optionally, a "/" character, which may be present only if the element is a void element.

[Intersection observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) is now has good enough support, we should use that instead; it's more performant and simpler. I'm thinking if just relying on full page height works well...

@lezama when Cris is back next week, can you work with her to find good trigger point for these modals?

Yep, on our radar already. 👍 We'll potentially offer this as a paid feature, but no timing yet.

> Launchpad: Tasks based on Goals selection. Goals → Actions for writers: pfYzsZ-rr-p2

> For this task, let's add our new goals to [the `SiteGoals` enum](https://github.com/Automattic/wp-calypso/blob/02cd7d8d1d0b2210653f636137690efcf1d6f863/packages/data-stores/src/onboard/constants.ts#L3-L12), and for backwards compatibility have the new goals set an intent of `build`. For code that uses...

We have a follow-up to this work in another PR: - https://github.com/Automattic/jetpack/pull/44079 Just been waiting some backend refactoring before continuing with it. I'll close this meanwhile. Thanks for the work...

Split several findings of this exploration into new PRs: - https://github.com/Automattic/jetpack/pull/44262 - https://github.com/Automattic/jetpack/pull/44242 - https://github.com/Automattic/jetpack/pull/44270 - https://github.com/Automattic/jetpack/pull/44264