Martijn van der Klis

Results 34 comments of Martijn van der Klis

That's possible: you can import scholar.py as a package (put the file in the same directory as your code or install it as a package) and then copy some of...

Hi @sreejithmangattil, thanks for your reply. The error seems to occur because the current default for the amount of articles returned is 20 (`ScholarConf.MAX_PAGE_RESULTS`), and for one reason or the...

Hi @max-quirk, If you look at the `ScholarArticle` object, you will find that it has no 'author' attribute, so that's why you're getting None as a result. Take a look...

Hi all 👋 I am the dev lead of the team responsible for Yoast's content analysis (i.e., `packages/yoastseo`) and I was just notified of the existence of this issue. You...

In https://github.com/Yoast/wordpress-seo/pull/20651 we cleaned up the package quite heavily. We will work from there onwards. I'm inviting everyone to test the current `trunk` version of `packages/yoastseo` (or wait for the...

Our development team has had a look but unfortunately it's not trivial to fix this problem, some pointers though: - `packages/js/src/initializers/primary-category.js` adds and process the links for Gutenberg. There, we...

Let's use `your content` instead of `your X` for translation purposes 👍 Strings are here: `packages/js/src/components/PrePublish.js` and `packages/js/src/components/AnalysisChecklist.js`.

The [20.5-RC2](https://github.com/Yoast/wordpress-seo/releases/tag/20.5-RC2) seems to resolve the problems mentioned in this issue and the support forums. I'll therefore close this issue but feel free to re-open with reproduction steps if the...

We've had a look in our development team but unfortunately the code adding this functionality is old and quite complex, and **rebuilds** the `core/link` block instead of **extending** it --...

Hey @proycon , I was just notified of this message by a co-worker. So a very belated "thank you very much" for your development and maintenance of LaMachine over the...