Mike Lissner
Mike Lissner
I am using the trunk version of django-sphinx on the development version of django, and looking through the install log for django-sphinx, there is some strange stuff. I installed with:...
Almost all django-sphinx installation notes say to use svn and the google code repo to download django-sphinx, leading many people to download it that way, only later to realize git...
A while back, I removed redirect-on-login functionality from CourtListener because it was exposing a vulnerability in Python. I reported the Python vulnerability, and it was fixed: https://bugs.python.org/issue43882 But it was...
This one wound up being pretty big, but our documentation needed it: 1. Cleans up and overhauls the alert help page for users. 2. Creates a new page for the...
If you go here: https://www.courtlistener.com/c/us/488/984/ You'll see blanks where we should have the court names:  Looking in the template, that value is supposed to come from the `court_data` attribute:...
This follows on: https://github.com/freelawproject/courtlistener/issues/4004. I'll need to do all the same things: - Check all links to the documentation and update to new page, if applicable - Add test -...
When we launch the new Elastic-powered search API, that will be v4 of our APIs. We should take this opportunity to update the documentation. The main documentation page is just...
A user [complained](https://x.com/adamdavidlong/status/1694570259150487609) on twitter that: > Often I try to search based on party name [...] and it just doesn’t work. Like it says “no results”. This is because...
In #3886 we checked for non-RECAP dockets that have docket entries. I thought we'd find none, but we found about 5k of them. Let's take a look at fixing these...
We have a super simple OCR system right now for PACER docs. Basically, we extract the text using `pdftotext`, and then remove any line that starts with "Case", which removes...