Miro Hrončok

Results 179 issues of Miro Hrončok

`h2`s don't have anchors to link to (such as on a session/lecture page as for example http://naucse.python.cz/2017/pyladies-praha-podzim-ntk/beginners/str/)

bug
presentation

Otherwise errors might occur, when installing packages.

enhancement
content
MI-PYT

* [ ] Vysekat teorii o generátorech do samostatné části * [ ] Přidat praktickou část o aiohttp

content
MI-PYT

Currently, the README only mentions serving, not freezing. Note: We can suggest using PyPy 3.5 for freezing, see https://github.com/pyvec/naucse.python.cz/pull/159

enhancement
documentation

This is not a critical bug, but rather a tracking issue so we don't forget about it.

enhancement
presentation
sprint-idea

See pics: ![nadpis](https://cloud.githubusercontent.com/assets/2401856/24208354/b7ca648a-0f23-11e7-91d9-78e9e4589cb3.png) ![paticka](https://cloud.githubusercontent.com/assets/2401856/24208360/bd88b958-0f23-11e7-8317-900e70cbc9a5.png) Does not happen in Firefox.

bug
presentation
sprint-idea

Flexmock is licensed with [BSD 2-clause "Simplified" License][BSD]. The license is perfect and thanks for that. [BSD]: https://github.com/bkabrda/flexmock/blob/master/LICENSE However, I find it problematic to share all the **code examples in...

documentation

I decided to experiment with dnf5 for a bit. I run Fedora 35. Here is what I did to get it: ``` $ sudo dnf copr enable rpmsoftwaremanagement/dnf5-unstable $ sudo...

The Python standard library distutils module will be removed from Python 3.12+ https://peps.python.org/pep-0632/ The package already has setuptools in install_requires, so no need to try-except import it.

I assume the README is doc-tested, so I've changed that one as well.