Alastair Irvine
Alastair Irvine
> @unixnut how is it going and what are your next steps? Please await my PR by the dawn of the third day. 😎😆
Turns out that GitHub has built-support for showing that a repo is sponsored. Go to the settings page and find the **Sponsorships** option. It says this: > Display a "Sponsor"...
I think changing getTextArray() is the wrong approach. This will break functionality for people who expect elements with empty strings. Instead, can you figure out why Page::getDataTm() is not returning...
Other files can cause the `Uncaught Exception: Unable to find startxref` error too. getXrefData() uses a regex that requires a newline before the offset value. This means that some PDF...
> My current solution to the problem is > > ``` > '/(?
I think the `startxref` statement and the eof marker are always produced together and it's safer to look for the eof marker on a new line. Because this is a...
@Chandlr This looks like a separate issue. Please open a new ticket and include the stack trace that caused your HTTP 500 error, then delete your comment here. Thanks.