Anthony Hivert
Anthony Hivert
During my last PR, I change lot of lines of code and generate error because of this change. Actually, after each change on code, we need to test manually each...
I don't think this is a good idea to add a layer on top of javascript in this little size app. We need to keep the code readable. We add...
Interested to make the PR @xaralis but I'm wondering what should be the best implementation to save previously xmls generated ? - first, last pks in filename ? - Using...
fixed with release 1.1.9
New version 0.14.0 have been published on pypi. This one should fix issue encountered here
Can you be more specific on headers you need ? There is currently all of these headers that are copied: ``` "origin", "authorization", "accept", "cookie", "user-agent", "accept-encoding", "accept-language", "upgrade-insecure-requests", "x-api-token"...
all headers are now copied from curl to ab (already deployed). For data-raw, it's a bit more complex, as `ab` require creating a file containing the data to send. To...
Same here with: ``` Django==5.0.6 whitenoise==6.6.0 ``` Fixed with downgrade of whitenoise
Yep will try to do it this week 🤞
I'm agree with you ! Don't hesitate to open a PR, I will try to review it quickly.