Vadim Nifadev
Vadim Nifadev
Resolves #350 CC @satwikkansal
As discussed with @satwikkansal in [discussion](https://github.com/satwikkansal/wtfpython/discussions/341#discussioncomment-10947384), `cli` version is not convenient to read and hard to maintain, so it must be deleted `cli` related issues should be closed as `not...
The latest release of `markdown-toc` was in 2019. Consider using relevant alternative with header's level and `pre-commit` support, for example [md-toc](https://github.com/frnmst/md-toc)
### Discussed in https://github.com/satwikkansal/wtfpython/discussions/340 Current contribution workflow contains a lot of duplication. For example, each translation duplicates code snippets and translates only comments. Add support for [embedded code](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet#linking-to-markdown) [Github Action](https://github.com/marketplace/actions/markdown-embed-code-from-file)...
A lot of open and closed issues are simple typos. Spell checking should be automated on `pre-commit` stage (and later in CI). Discussed with @satwikkansal [here](https://github.com/satwikkansal/wtfpython/discussions/341#discussioncomment-10947384) Suggested options: - [cspell](https://github.com/streetsidesoftware/cspell-cli/tree/main)...
Current `README.md` does not follow any `markdown` convention formats. The project should choose a `markdown` flavor and stick to it with the help of linter/formatter
Behavior of many code snippets depends on python version. It is advised to add and configure [nox](https://nox.thea.codes/) and run code through all [officially](https://devguide.python.org/versions/#supported-versions) supported python version to validate the `gotcha`....
References #325 - [ ] Chinese - [ ] Vietnamese - [ ] Spanish - [ ] Korean - [ ] German
After #343 is done and translations are synced with base repo, translation maintainers shall generate `Jyputer` notebook
The existing notebook is 4 years old. Please update notebook using [notebook generator](https://github.com/satwikkansal/wtfpython/blob/master/irrelevant/notebook_generator.py). Refactor generator if necessary. Try to find a suitable 3-rd party solution, for example [jupynext](https://github.com/mwouts/jupytext)