Gershon Papi
Gershon Papi
I see that there are some commits related to build fixes, so I'll rebase from master/1.9 and give it a go
@leonardo-albertovich can you re-approve so it will trigger the checks? 🙏
@patrick-stephens any idea why would the macos runs run this long and reach a timeout? I'm not sure what needs to be done to fix it I see that other...
not sure what this failure is all about, seems flaky, can you confirm?
Yeah, but I just don't see how it's related to my PR
@patrick-stephens @leonardo-albertovich can someone help with completing this PR? if there's a thing that needs fixing I'll be glad to do so but I don't understand how my changes would...
> I don't think any of the CI issues are relevant to this PR. From my point of view this is mergeable. @patrick-stephens ?
Got it, thanks! So, between extract text plugin and isomorphic style loader, what is better, performance wise? On the one hand isomorphic style loader enables you to render only critical...
K, thanks. I'm having difficulties deciding which tools are best for universal/isomorphic web development. I've used extract text plugin so far but I think I'll migrate to this. Any tips...
@alexanderchr how to you accomplish loading css asynchronously? Does the `link` element have an `async` attribute, as the `script` element? or you just load it in the bottom of the...