Navaneethakrishnan
Navaneethakrishnan
For form..help_text, if you can add the helper-text class, it would be great. Currently, I am using like this, ``` enhanced_encryption {{form.password1}} {{form.password1.label_tag}} {% if form.password1.help_text %} {{form.password1.help_text |safe}} {%...
If I pass whole form, form.non_field_errors is changed to blockquote, which is really good. But if I want to pass {{ form.non_field_errors | materializecss }}, it is throwing this error....
I tried to run this in my machine (without Graphics card). I got the below error. ``` (OpenDevin) krish@KrishServer:/mnt/c/Users/Krish/Desktop/GD/OpenDevin$ uvicorn opendevin.server.listen:app --port 3000 Traceback (most recent call last): File "/home/krish/.local/share/virtualenvs/OpenDevin-LodNhC5G/lib/python3.10/site-packages/torch/__init__.py",...
I want to collect the list of snapshot along with its size. But under this api `/api/storage/volumes/{volume.uuid}/snapshots`, I couldn't find the size of the snapshot. Is there any other api...