cnr91

Results 6 issues of cnr91

It changes the x, y, z values of the package to fit the product in the package on the x plane. I'm trying to fit 30 same products into the...

I set Dropzone options to false but I get this error in console. (Django/Python) Html ![image](https://user-images.githubusercontent.com/75105673/204104212-3b0c01d2-02c4-45da-ad44-afd2229d475f.png) Scripts ![image](https://user-images.githubusercontent.com/75105673/204104183-294d4994-56af-4cfe-8f17-3567f24740ed.png) Error ![image](https://user-images.githubusercontent.com/75105673/204104135-2e672594-5f67-4537-808e-22f1c6a8eadd.png) ![image](https://user-images.githubusercontent.com/75105673/204104149-7c777522-ffbd-413f-8c5e-3b418ca43558.png)

async treats it as a function, not a parameter. What am I doing wrong? ``` shipments = shippo.Shipment.create( address_from = address_from, address_to = address_to, parcels = [parcel], async=False ) ```...

**Bug Description:** When using `MoneyField` (from `djmoney`) or `DecimalField` in Django models with `null=True` and `blank=True`, if the field is empty (None), it is displayed as "None" in the Django...

The button should be disabled on click and a spinner should be added to recognize the click. For some reason not all examples care about this issue. ![image](https://github.com/user-attachments/assets/4d558ec6-7ccf-40d9-88cc-64d141b5a41f) ![image](https://github.com/user-attachments/assets/f4f39c5b-3da6-4e83-a495-bff513dd0a77)

**Issue Description:** I encountered an issue related to Content Security Policy (CSP) restrictions, which causes the Rosetta JavaScript file (`rosetta.js`) hosted on an Amazon S3 bucket to be blocked. ###...