Liam K
Liam K
Fixed in the "lkfix" branch -- Honor "required" and "ng-required" attributes. Handle nationalMode in parser() Fix function annotation issue with $timeout
Hi, I'm experiencing a problem accessing existing encrypted data after upgrading django-cryptotgraphy and Django. > cryptography==2.7 > Django==2.2.7 > django-cryptography==0.3 > Python 3.6.3 to this: > cryptography==3.4.7 > Django==3.2 >...
Is there any way to access the encrypted data? I need to move it between systems, and it seems safer to keep it encrypted while in transit, and then insert...
Make the search_index command respect Django's --verbosity flag. This is useful for silencing output when using search_index in testing. Also included in this pull request is updates to tests that...
Hi, I've created a 3d-force-graph I'm very happy with. I would like to convert it to a video format I can import in another application. I want to start it,...
In simpleaichat.py line 224, in the __str__() method, I was getting an error: ``` File "/Users/liam/.virtualenvs/comedybot/lib/python3.10/site-packages/simpleaichat/simpleaichat.py", line 220, in __str__ return self.default_session.model_dump_json( TypeError: BaseModel.model_dump_json() got an unexpected keyword argument 'option'...