Mike Lissner

Results 281 issues of Mike Lissner

I just discovered this case, which says it was in the "New York Commission of Appeals": https://cite.case.law/ny/61/88/ From everything I can tell, this isn't a real jurisdiction, but is rather...

Data
research

It looks like we do a search query from views.py like: ``` conn = ExtraSolrInterface(settings.SOLR_RECAP_URL, mode="r") q = { "q": f"assigned_to_id:{person.pk} OR referred_to_id:{person.pk}", "fl": [ "id", "docket_absolute_url", "caseName", "court_citation_string", "dateFiled",...

Well, the creator of PacerDash got a new job and they made him stop running the website. Bad timing for us. We should either find another partner that wants to...

Right now I'm noticing that doctor is scaling pretty poorly. Lots of pods, most using very little CPU, but some using a ton of CPU. Simultaneously, lots of dropped connections...

Talked to somebody yesterday that wants to set up webhooks for alerts and wants to create alerts dynamically. These things ought to be possible, though I don't quite know what...

A volunteer contributor put together a spreadsheet (attached) of the correct courts. It looks pretty good and easy to do, if we have the ancient courts in our system. @flooie...

Every so often we ask the AO for stuff we can't really get ourselves. In July of last year, we asked for a list of all magistrate judges, past and...

This is sort of annoying. It means that when we build our images during deploy, each has to install Python, etc, and it takes a long time.

Sometimes, for whatever reason an NEF is regenerated by the court. When this happens, there are some very subtle tweaks to the notification email: - it has seconds on the...

I saw some suspicious metrics in our Elasticache instance today and wrote them up here. I'm not sure what's up with this, but it seems not great and might be...