Seunghoon Yeon

Results 5 comments of Seunghoon Yeon

Same issue, python 3.5.2 and Django 1.10.1

@yoav-steinberg We can't get location information from S3 Frankfurt region because that region requires AWS Signature V4 and V4 needs region to make a signature. If we send a request...

I am finally able to run Portacle on Catalina. I used /usr/bin/codesign to re-codesign all libraries and executables included. (Used xattr -cr to clear some permission bits from files before...

I added following settings to settings.json and the snippet works with Django template extensions installed. ``` "files.associations": { "*.log.*": "log", "**/*.html": "html", "**/templates/**/*.html": "django-html", "**/templates/**/*": "django-txt", "**/requirements{/**,*}.{txt,in}": "pip-requirements" }, "emmet.includeLanguages":...