Jianfei Wang
Jianfei Wang
In `django-staticfiles/staticfiles/storage.py`, `post_processing`, the `original_file` is just read but not decoded, leading to `UnicodeError` if the `original_file` contains non-ascii characters. https://github.com/jezdez/django-staticfiles/blob/develop/staticfiles/storage.py#L266
The README says that users can self host a teleport bastion (instead of teleconsole.com) for use with teleconsole. However, I don't find any instructions on teleport's repo. Am I missing...
As I am using CMake to manage my project, it is good to integrate the CMake building process into my project. However, the CMake file contains several errors which make...
I compiled the project on both macOS and ArchLinux, but could not flash successfully. The device could be discovered successfully. However, I am getting error on `get_status` after downloading consistently....
When POSTing a chunked request to the gevent enabled bottle server, the server will return with an 400 error. The server is run like: ``` run(server="gevent") ``` With some time...