Lumír 'Frenzy' Balhar

Results 111 issues of Lumír 'Frenzy' Balhar

It would be nice to have email notification when a student submits a solution (sent to coaches) and vice versa when coach submits a comment.

I've found out that there is no reason to have future in install_requires as all the usages of future or past are commented out.

**Bug description:** The installation instructions for Fedora say that I should download RPM from Github releases page but the latest release does not contain any RPM packages. There is one...

bug :lady_beetle:
:rescue_worker_helmet: triage

We're going to remove the old branch soon.

Pytest 8 no longer uses setup/teardown methods, see: https://docs.pytest.org/en/latest/deprecations.html#setup-teardown

This seems to be the same problem as described in https://github.com/jupyterlab/jupyterlab/issues/14132 but here it's only one file `jupyter_collaboration/labextension/schemas/@jupyter/collaboration-extension/package.json.orig`. Could this useless file be excluded from sdist?

bug

With setuptools 62.1 and newer, it's not possible to build this package. The error says: ``` error: Multiple top-level packages discovered in a flat-layout: ['etc', 'agent', 'packaging']. To avoid accidental...

I'd like to bring to your attention that we are [discussing](https://bugs.launchpad.net/lxml/+bug/1958539) the possibility of removing lxml's clean_html functionality from lxml library. Over the past years, there have been several concerning...

I'm not yet sure why but when I run tests with pytest 8, 4 of them fail: ``` ========================================= FAILURES ========================================== _ TestGetValidHistoryWithoutCurrent.test_get_valid_history_without_current[le cat-result0] __ self = script = 'le...

Python compiler newly removes indent from docstrings https://github.com/python/cpython/issues/81283