Alberto Islas

Results 100 issues of Alberto Islas

This adds support to parse metadata and download free documents from NDAs. This also solves #2238. There are some notifications (NEF or NDA) that don't contain an attached document so...

Trying to download documents via magic links seems to fail when the document is sealed because it redirects to a login page: `Unable to download PDF. PDF not served as...

Seems that htmx webhooks UI is laggy on production. So it would be good to add spinners when triggering actions and wait for a response.

It would be helpful to add a feature that users can use to test its webhook integration. It might be something simple as allowing users to trigger an example webhook...

Once we complete retries for webhooks, we should add a section to show the logs of webhook events. Where we can show the webhook event detail, next retry date, and...

I've checked this issue related to Docket Alerts that shows different metadata and slug for a case like the one reported by a user: [https://www.courtlistener.com/docket/63240678/briana-nakole-anderson/?order_by=desc](https://www.courtlistener.com/docket/63240678/briana-nakole-anderson/?order_by=desc ) This case name is:...

As commented on #1636 we should set logic to disable webhooks after a defined number of failures. We can consider following a logic like the [Stripe](https://stripe.com/docs/webhooks/best-practices) one: > In live...

As we commented on #1636 it's necessary to design a retry policy for webhooks. Here are two options we could use: **Use celery retries as our exponential backoff policy and...

We need to create a new page for webhooks documentation, my proposal about what it should contain: - Introduction: explaining what webhooks are, how it works, and how can it...

After releasing #2123 seems that we continue receiving many `PacerLoginException` errors on Sentry. We should continue monitoring those errors to understand what's happening. It would be helpful to review logs...