Abdullah Alaqeel

Results 104 comments of Abdullah Alaqeel

@dimbleby continuing our discussion in #8112, What more info do you need to reproduce? Also, if I wanted to live-debug poetry, would I be able to use pdb?

In my situation, the issue turned out to be a caching issue. For some reason, the package folder for the downloaded package source was empty. When I deleted it and...

@charlie572 I'm interested in this PR. Can you please rebase?

@charlie572 I understand nothing from the code in this PR (I'm not familiar with the internals of Black) but I want to thank you for your effort.

Any updates on this issue?

This is how we have it:

I agree that it should be a separate model field.One major factor we need to consider is the ability to customize the header name. In one project we use, we...

The thing is, django-cid has more features that are not needed in this project but are helpful overall. For example, it has a context processor, a cursor wrapper, and a...

@alieh-rymasheuski Correct me if I'm wrong, but doesn't Django spin a new thread per request? https://stackoverflow.com/questions/62599950/is-storing-data-in-thread-local-storage-in-a-django-application-safe-in-cases Also, since we're only supporting python >= 3.7, why not switch to ContextVar? (This...