Damien Pobel

Results 17 comments of Damien Pobel

it seems like we have the same problem as well. I'm a bit surprise that we can't access this API as a customer. > Just to check, are you also...

- extension/ezoe/modules/ezoe/classes/GoogleSpell.php - extension/ezoe/modules/ezoe/classes/PSpellShell.php - extension/ezoe/modules/ezoe/classes/utils/mcejson.php come from TinyMCE so I'm not sure we should patch them. for the rest, why not

Great feature! Since this feature relies on eZ Find, I would put all this code in eZ Find itself.

Thanks a lot dspe and Alexandre for this work even if there are some things to fix :-) I hope you can fix most of them before the dead line.

it seems like it was not merged, or perhaps Bertrand forgot to push online ?

@binary64 it looks like `danger ci` has to be called with `--failOnErrors` so that it actually exit with a non 0 process exit status. The _Failing the build_ message is...

got exactly the same problem. It would be nice to publish the 1.3.0. @eduolalo @mcdado any chance to have a 1.3.0 release soon?

Hi @blakeembrey you mean being able to write: ``` js metalsmith .use(fileMetadata( {pattern: "posts/*", metadata: {"section": "blogs", "type": "post"}} )) .use(fileMetadata( {pattern: "pages/*", metadata: {"section": "content", "type": "page"}} )); ```...