Eduardo Rosendo

Results 73 comments of Eduardo Rosendo

Fixed alignment issue in `recap_document.html` and `redirect_to_pacer_modal.html` templates. ### recap_document.html: ![image](https://github.com/user-attachments/assets/db5f2a9d-6161-495b-8c23-7f7884073113) ---- ![image](https://github.com/user-attachments/assets/6d3f92bd-3e3e-4ea2-bf39-3312a3010877) ---- ![image](https://github.com/user-attachments/assets/76dd6007-0447-4e9b-9a08-768db5149733) ### redirect_to_pacer_modal.html: ![image](https://github.com/user-attachments/assets/bd494d8f-602a-498c-95a8-02296fa194bd) ---- ![image](https://github.com/user-attachments/assets/e3403213-488b-4dd0-9467-3d9e172eab2b) ---- ![image](https://github.com/user-attachments/assets/83b65eb4-c5db-46de-b6e2-9cec36588600)

@v-anne Thanks for your hard work on this PR. @mlissner In addition to the alignment corrections addressed in comment https://github.com/freelawproject/courtlistener/pull/4580#issuecomment-2523385303, I've refined the help page for the Pray and Pay...

@albertisfu Thanks for your feedback. I've implemented all your suggestions.

@albertisfu Ready for another review 😃

I found an article from last year discussing rebuilding Redis on S3 Express, it includes a table that compares the performance of standard S3, S3 Express, and Redis. You can...

@mlissner I noticed this project while looking around: https://github.com/mzdero/django-aws-s3-cache. It seems to have recent commits. I'm not sure if you considered it when evaluating dependencies, but I wanted to share...

When I started thinking about this issue, I was particularly concerned about the implementation of the [KEYS](https://redis.io/docs/latest/commands/keys/) operation. This operator allows users to provide wildcard patterns to retrieve a list...

> I think the high speed of S3 Express is what makes this so compelling. @mlissner You're absolutely right. > if somebody tries to cache something longer than that (if...

> My proposal for the lifecycle policy is as follows: We can use Pulumi to automatically update the bucket lifecycle whenever new keys are added to the cache. The documentation...