Rupert Jabelman

Results 25 comments of Rupert Jabelman

If/when [this issue](https://www.drupal.org/project/drupal/issues/2924549) lands we could potentially deprecate the hook this PR introduces in favour of the new core hook.

I think it'd make more sense to add this to the project than the profile. (And I'm starting to think that about everything that's not actually required to run an...

It's not the worst thing in the world, especially for a tiny module like content_access_by_path, but modules that are in the profile are downloaded multiple times for every single CI...

@N0zoM1z0 Your test data just contains a single reference to an object that doesn't exist. When trying to parse that data, pdfparser throwing the exception saying it can't find the...

The first page of the linked PDF is an image of text (and the QR code etc). pdfparser can't extract text from images.

This doesn't look like a bug in pdfparser to me. I can extract the text from the linked file with this code successfully: ```

Thanks for the reminder @k00ni. I've added test coverage for the change.

That change from "Imo" to "Im0" was just correcting a typo in the existing test. I didn't spot that I got that wrong when I wrote it. I could revert...

Also, to clarify: when the command in the test data is "/Imo Do", the test passes, but for the wrong reason. We're checking for no result for that XObject, and...