Mike Lissner

Results 281 issues of Mike Lissner

When you're looking at the [authorities](https://www.courtlistener.com/docket/63337698/authorities/united-states-v-twitter-inc/) page for a docket, it shows you all the case law that has been cited in the case so far: ![image](https://github.com/freelawproject/courtlistener/assets/236970/4007a9f4-30ef-4317-b6e9-55f359c7061a) That's cool, but...

As we move towards really great alerts, we need to make sure we have every case as it comes out. The way to do this (freely and quickly) is to...

There's a good article here: https://jviide.iki.fi/http-redirects About how APIs shouldn't automatically redirect. I think we do our redirection in CloudFront, so let's see if we can disable it there. If...

security

We put these in the bulk data, but we don't yet have an API for them. Nobody has asked for this yet, but we need a placeholder for people to...

Last night starting around 5:30PT, our memory started climbing: ![image](https://github.com/freelawproject/courtlistener/assets/236970/79229bbd-06e2-4b37-8513-d021e67a1dd0) I looked in the bulk celery worker logs and found lots of tasks getting retried. I think that happens when...

A user reported this case is missing the beginning and end as compared to Google: > I encountered this case: https://www.courtlistener.com/opinion/6658574/myers-v-howton/. The text is missing several paragraphs at the beginning...

ec2 spot instances are servers that are available when AWS has excess hardware nobody is using. They're very cheap, on the order of 80% less than standard pricing. They also...

infrastructure

From `cl.search.models.DocketEntry.Meta`, docket entries are sorted by: ``` ordering = ("recap_sequence_number", "entry_number") ``` But that ordering is not available in the API. Oof! Let's fix that for our customers and...

I'm working on a new page that'll live here: https://www.courtlistener.com/help/api/rest/v3/recap/ When it's live, it'll have information about how to upload to the RECAP Archive, but it doesn' t have info...

We should really brag about this. I think that means we put it: - https://free.law/projects/judge-db - FD coverage - FD homepage (advanced search) - FD API page Some other places?...