Mark Chackerian

Results 8 comments of Mark Chackerian

I think that I'm getting this error -- unfortunately the original link to the cqlengine issue is now dead ( https://github.com/cqlengine/cqlengine/issues/237 ) -- does anybody have any memory as to...

I posted a workaround in [stack overflow](https://stackoverflow.com/a/76683123/178800) that 1. gets the extension from the file object's "name" 2. renames the temporary file to use the extension But it will still...

This issue may be resolved by https://github.com/git-lfs/git-lfs/pull/5487

Note: Due to further CVEs issued for Golang versions 1.20.7 and 1.21.0, it will be necessary to build with version 1.21.1+ to keep vulnerability scanners happy.

@Naddiseo line 11 needs to be removed for this to work I think

Fixed with https://github.com/vitalik/django-ninja/pull/1528 ?

Thanks @JohnyBuk , that's an improved solution. I have also added missing `FallbackStorage`, so my solution is ``` from django.contrib.messages.storage.fallback import FallbackStorage from django.contrib.sessions.backends.db import SessionStore from ninja.testing import TestClient...

Bumping this -- I have a use case where I sometimes want to display currency without any decimals, but not have a solution that requires a different format string for...