Serhii Korniushov
Serhii Korniushov
This how I see we can have both `published` and `updated` dates. > module.exports = () => ({ published: [ wrap($jsonld('datePublished')), wrap($jsonld('dateCreated')), wrap($ => $('meta[property*="published_time" i]').attr('content')), wrap($ => $('meta[property*="release_date" i]').attr('content')),...
@Haehnchen Is any chance to have Run/Debug for Commands (same as for PHPUnit tests) in near future?
`scaffold plugin-tests` crashes with the same error as `scaffold theme-tests`.
> ➜ catalog git:(master) ✗./wp-cli cli info OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64 Shell: /bin/zsh PHP binary: /usr/local/Cellar/php72/7.2.2_13/bin/php PHP version: 7.2.2...
> ➜ catalog git:(master) ✗cat wp-cli.yml path: wp
I've added `.phar` extension and 1.5.0 successfully generated tests. > ➜ catalog git:(master) ✗ ./wp-cli.phar scaffold theme-tests coinnews --debug Debug (bootstrap): No readable global config found (0.108s) Debug (bootstrap): Using...
Hi. Here is some free tutorials on requirejs (I'm not promoting them): http://net.tutsplus.com/tutorials/javascript-ajax/a-requirejs-backbone-and-bower-starter-template/ http://net.tutsplus.com/tutorials/html-css-techniques/optimize-your-css-with-require-js/
In this use-case, I fetch only one column. Which means I need to specify it in select. Doctrine should automatically add indexing column to select statement. Even when I add...