Blog#
Rolling back from flask-restplus reqparse to native flask request to parse inputs
flask-restplus' (or flask-restx) reqparse module is deprecated, so I decided to use the native flask request object to parse the incoming inputs.
Fixing an ipython Windows ConEmu only bug on 'MouseEventType.MOUSE_DOWN'
This post is for manually fixing an ipython Windows ConEmu only bug (from prompt_toolkit): Exception ''MouseEventType.MOUSE_DOWN'' is not a valid MouseEventType.
Flattening nested dict in Python
Flattening a nested dict/json with list as some keys' value.
Setting up WSL
Setting up WSL (Windows Subsystem for Linux)
Using Powershell To Retrieve Latest Package Url From Github Releases
Github can host package releases, I will show you how to use Powershell to retrieve the latest release download url.