I'm trying to do an if statements. This working fine : with open(f, "r", encoding='mbcs') as csvfile: reader = csv.reader(csvfile, delimiter='|')
Context I have a Django application running inside a Docker container. This application uses Celery and Celery-beat for async and scheduled tasks. One of those
I've tried googling for this one without much success...I'm sure there's a technical name for this problem or for problems like it, but I can't seem to find the
Since md2, md5, sha1 hashing mechanisms are deprecated for iOS 13 and are not considered safe. Why are we having it in integrity in dependencies in yarn.lock fi
I have a small project in django rest framework and I want to dockerize it. In my requirements.txt file there is a package called ruamel.yaml.clib==0.2.6. While
I have buttons what I made with "LinearLayout" but when I want to made them clickable and so that it goes to another activity. I understand, that I need to chan
Did a database migration to Azure from 2008 dedicated server. It was working before and was slow but now this bit of code seems to be timing out and not sure wh
I'm trying to make tmp dir with bash script using that command: mktemp -d /tmp/foo.XXXXXXXXX\r So, as an result a have, for example (with common in the end): /