Mike Lissner
Mike Lissner
Once we've got the juriscraper work done in https://github.com/freelawproject/juriscraper/issues/545, and the table in place in https://github.com/freelawproject/courtlistener/issues/2265, the next step will be to add fetch API access so that our clients...
Once we have a table in CourtListener for creditor report data (https://github.com/freelawproject/courtlistener/issues/2265), and we have a fetch API sort of working (https://github.com/freelawproject/courtlistener/issues/2267), we need to write merging code to actually...
In https://github.com/freelawproject/courtlistener/issues/2265, we will add a table to CourtListener that can hold creditor report data. We need to add an endpoint to the API to actually get the data out....
In https://github.com/freelawproject/juriscraper/issues/545, we will figure out the data model of the creditor report data. One we know that we need to add a new model to `cl/search/models.py` that can hold...
After we have OSSEC (#1574) and canaries in place, we should implement a netflow system to capture and log our network traffic, as recommended here: https://twitter.com/thegrugq/status/1364582988734849026 One recommendation is softflowd:...
At least a few of the extensions would benefit from this, and as HTMX takes over the world, there's probably an environmental/ethical argument to be made. I poked around and...
Can we do this too, so that when somebody says something like: > sounds like a FRCP 5.2(a)(2) violation to me It replies with: > https://www.law.cornell.edu/rules/frcp/rule_5.2 Or something along those...
OK, so I really like casebot, and really wish it worked better. With all your copious time, would you be interested in making it a part of CourtListener proper, and...
Hi, thanks for the great package. I arrived here today after running into health check errors from my ELB and from my k8s cluster, and I was about to add...
We have some scraper code that sometimes gets back PDFs and other times gets back HTML. Today we learned that if you access r.text in a large-ish PDF (40MB), chardet...