Yuchen Jin
Yuchen Jin
Dear developers of Docusaurus: The i18n for the index pages automatically generated by `generated-index` is not working, although I can find the i18n config files and have written the translation,...
@Josh-Cena Thank you! I will wait for the next release.
Also for `progressbar.css`. The stylesheets from `dash-uploader` will override the stylesheets used by `dash-bootstrap-components`.
I have to admit that this PR is large even though the API changes are very small. At least, I could confirm that the two examples I provide (as well...
**Please do not try to merge it now. We may need to change the API according to the previous discussion.** If we discard the implementation based on multiple calls to...
Thank you for replying to me. Currently, I tend to drop the implementation of this PR, because I think we may not need the multiple calls for `du.configure_upload`. I may...
Hello! I am back for this project now. First, please let me explain my understanding of your thoughts: * Indeed, only `dash` could handle the callbacks. As I have proposed...
## About request forwarding Not really. Because 1. We do not need to forward `dash-uploader` requests to the remote Flask service. Because with the cross-domain modifications, these requests have been...
## About Flask Yes, there some dash-special configurations like `requests_pathname_prefix`. However, these configurations are only coded in the function, and not exposed as arguments. My concern is, the dash `app`...
The synchronization problem mentioned in this issue may require modifications for the `BaseHttpRequestHandler`. Each time we write the chunk file or check the existence of the chunk file, we need...