CHANG-NING TSAI

Results 15 comments of CHANG-NING TSAI

Hi, I have sent a PR #136 to solve this issue.

Seems flask 1.1.1 added back json_available flag. [Flask changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) > Version 1.1.1 > Released 2019-07-08 > > The flask.json_available flag was added back for compatibility with some extensions. It will...

> I guess it is still a good idea to fix this, instead of relying on the deprecated json_available. I agree

Hi @data-djinn, sure. big thx BTW, sorry for replying late. I am extremely busy recently.

Ha! I total agree with you. I am still upgrading the snippets.

That will be great. 👍

I really really appreciate that you open this issue!! thanks. 👍 Unfortunately, the ``security cheat sheet`` was too simple that programmers SHOULD NOT just copy past the code. It will...

Sure! Any contributions are welcome! You can send pull requests in this project if you have any idea.

Hi @scheff173 You mean this project can add some info about the detail of document string in C? For example (from [PEP 7](https://www.python.org/dev/peps/pep-0007/#documentation-strings)) ```c #ifndef PyDoc_STR #define PyDoc_VAR(name) static char...

@scheff173 oh! I see. You recommend that this project can add some snippets to guide how to document the Python code, right? Issue #80 will handle this. Sorry, I am...