nekoya
nekoya
#### Describe the bug The definition of `AxiosError` had been updated at v0.27.0. https://github.com/axios/axios/pull/3645/files#diff-7aa4473ede4abd9ec099e87fec67fd57afafaf39e05d493ab4533acc38547eb8L124-R124 It seems compatible with the previous code, but this changeset is not based on #4186. In...
I encounter some warnings since I updated to MySQLdb 1.2.4 with datetime objects. http://sourceforge.net/p/mysql-python/svn/659/ That update affected to some types of datetime. ``` python >>> import datetime, pytz >>> datetime.datetime(2013,...
fix https://github.com/aguingand/tiptap-markdown/issues/85
**Is your feature request related to a problem? Please describe.** When I tried to convert tiptap content containing a [TaskList](https://tiptap.dev/docs/editor/extensions/nodes/task-list), getMarkdown() returns the contents with redundant line breaks. ``` -...