Alberto Islas

Results 199 comments of Alberto Islas

@mlissner I've made a review of all the emails we've received from recap.email. I looked for `seal` and `sealed` keywords within all of those emails in order to identify possible...

Yeah! I agree it would be helpful to show the curl command to send it locally with an event example. For failed events also it's possible since we store the...

Yeah, they look pretty similar. I'll check out both.

This error is the same as [#2145](https://github.com/freelawproject/courtlistener/issues/2145) and [#553](https://github.com/freelawproject/juriscraper/issues/533) I checked all the emails related to this error and all of them are NDA. That we need to add support...

Sure, I've looked for examples on juriscraper that contain `re-generated` but no results, seems we don't have examples for it yet. I also checked into the emails we store on...

Great, yes it seems straightforward to add to the email pipeline and only show the note for @recap.email users. Thanks.

@mlissner this is the JSON object proposed for search alerts webhooks: ``` { "webhook": { "version": 1, "event_type": 2, "date_created": "2022-07-09T02:02:31.304842+00:00" }, "search_alert":{ "id": alert.pk, "date_last_hit": alert.date_last_hit, "rate": alert.rate, "search_type":...

Sure, I suppose that we are going to trim webhooks based on their creation date right? So it might be a command similar that we use to delete old sent...

@mlissner I don't think so because this is a different issue from attachments #2263 which was recently released. Here the issue is that there are some NEFs that have more...