Akshay Raj Gollahalli

Results 57 comments of Akshay Raj Gollahalli

> you don't need to manually git clone, u just > > ``` > steps: > - name: Clone repository > uses: actions/checkout@v4 > - name: Set up Flutter >...

I agree. Probably have a settings area where we can tick/untick things we want tp ignore. Or use .vscode/ to add in a settings area with ignore list. Not really...

Also, the menus expand icon seems to be black in dark mode (image below) - compiled at 2cf7fe72dde8f1f55582a3de17ef3aa8f68f9458 ![image](https://github.com/user-attachments/assets/492646fa-4d25-423e-9ed7-bedbff506b01)

Seems to be OK on master branch @GitHubRulesOK at ![Image](https://github.com/user-attachments/assets/5615a7ba-e78a-4a55-a969-0cce589ed87a) On light ![Image](https://github.com/user-attachments/assets/51f03c29-11fa-4909-b2fb-84803826f256) > Also, the menus expand icon seems to be black in dark mode (image below) - compiled...

I think in reality the `--clear` should only remove static files but not the contents in `MEDIA_URL`. A bug was posted on the Django website about it https://code.djangoproject.com/ticket/22891, I am...

@theonejb I'll give your code a try today and see if it does the trick.

@theonejb Ah bummer! Okay. I'll wait for the update then.

Maybe adding a method something like this to s3 (the code below is from Azure backend) https://github.com/jschneier/django-storages/blob/a8764ff58501e15b8dc08941cb8c7cb4a607022c/storages/backends/azure_storage.py#L297-L309 I am not using S3 anymore and moved to azure

I get the same error. But I do use `api.github.com`. Could this be a rate limiting issue and the code doesn't handle this? Looks like this code is not checking...

I didn't know that this issue already existed. I can comment it on Deno's side. Would you like to keep this open as an upstream issue or close it?