Eduardo Rosendo

Results 13 issues of Eduardo Rosendo

This PR adds code to handle the import of the `sysconfig` module for Python >= 3.11

Adds support for parsing attachment pages coming from ACMS.

We propose adding a new field to the Docket entries model to mark identified sealed entries. This field could be a boolean flag, similar to the "is_sealed" field in the...

database

This PR introduces the logic to process attachment pages from ACMS. Here's a breakdown of the key changes: - **New Upload Type**: A new upload type named `ACMS_ATTACHMENT_PAGE` is added...

After reviewing an issue with an account, we found a potential bug in the signup process related to stub accounts. Our records show that the events leading to the bug...

In issue [#3924](https://github.com/freelawproject/courtlistener/issues/3924), we identified a bug in Eyecite's parsing method when the defendant's last name is 'Thompson'. For example, for the citation `'Shapiro v. Thompson, 394 U. S. 618'`:...

This pull request introduces new methods for inserting the recap icon next to docket entry links whenever the corresponding document is accessible in the Recap archive and the RECAP button....

This PR adds support to upload documents from the new ACMS website and inserts a banner that lets users know a matching record is available in the RECAP archive. The...

Following PACER's confirmation that we should use a static IP address to crawl pages. I've reviewed the code and believe we can link cookies with proxy connections. The `log_into_pacer` method...

In this issue, we can fill the bugs related to the `PacerLoginException`: - [x] **Attempts to purchase PACER documents from the Appellate Court**: I've identified this issue during a review...