Marcelo Serpa

Results 53 comments of Marcelo Serpa

> Oh nice. It looks like the hash file is present on my sandbox. I wonder if it reads in some whitespace or something. Spot on! This has been fixed...

> Unfortunately, I'm seeing this in the JS console on my sandbox: > > ``` > > window.A8C_ETK_ErrorReporting_Config.releaseName > "WPCOM_NO_RELEASE" > ``` Oh, I wonder if that's because the constant...

Oh my ... `defined` accepts a `string` and I'm passing the constant itself 🤦🏻 I'll fix this now.

@noahtallen Fixed in https://github.com/Automattic/wp-calypso/pull/66186/commits/e705f2863f59dc9af72bc0c405c9a42b2ded8b7a. Thanks again for catching this!

Any news here? I'm facing the same issue.

Hi! Thanks for letting me know! I've updated to 3.9.1, but I'm still getting a provisioning error, in the `after_composer` hook: ``` default: * [Composer]: Main tasks completed, running after_composer...

I deactivated the provisioning of `squizlabs/php_codesniffer` and now the provisioning finished. Something is wrong with that step 🤔 that sounds like a feasible workaround for now, though.

EDIT: I see I'm using `Helmet.renderStatic` in the `HTML` render helper. Maybe that could be an issue, although it seems to work. Am I even supposed to use methods from...

+1 I'm trying to use it with boostrap. For the most part, it works, but I have to do a lot of style hacking in order to prevent boostrap from...