Christian Jensen

Results 50 issues of Christian Jensen

Any chance you want to update this for the latest Bootstrap and latest Webpack?

It appears that the `attachments` argument is not being carried forward. https://github.com/scuml/django-mail-panel/blob/master/mail_panel/backend.py#L20 should mirror: https://github.com/django/django/blob/main/django/core/mail/message.py#L205

I would love the list of timezones to be more familiar to users when browsing in a language other than English. I might propose that this comes in the form...

enhancement

Most of the examples did not any effect on the request when they should have been rate limited. This was initially deceptive as it was not clear that nothing would...

When applying `@method_decorator(ratelimit(key='ip', rate='1/m', method='GET'), name='get')` to an entire class, there is a bit of confusion I have about the inclusion of the HTTP method. What happens if one were...

Granted I know how it works but a new person just coming to this project needs to know how the internals do what it needs and the prerequisites - like...

documentation

It would be ultra cool if you had a way to prompt the user for certain variables and replace them in the script. The Copy function would be 10x better...

I see that the example for AMP uses the AMP Sidebar component. I would love to see a function that works nearly identically to that but built in. Ideally it...

It appears that there is the ability to send metadata information using the API but the code found here does not allow for its addition: https://github.com/uploadcare/pyuploadcare/blob/main/pyuploadcare/api/api.py#L207 https://uploadcare.com/api-refs/upload-api/#operation/baseUpload Would you be...

Currently, all pods start and are synced with the `/work-dir` directory. I would like an option to allow changing that to something of the users choosing.