Ataf Fazledin Ahamed
Ataf Fazledin Ahamed
## What's the local URL while running GoBlog? I can access the `6060` port URL and it works fine but I can't seem to find the blog UI or any...
## Overview This PR fixes a file descriptor leak related bug in `heat.py` file. The calling of `mkstemp()` returns a random temp file name and a file descriptor. It becomes...
## Introduction While triaging your project, I found several cases where files opened weren't closed. Since this goes against the Python coding standard, I made small fixes to close the...