Miro Hrončok

Results 179 issues of Miro Hrončok

Mock already has an option to enable the Koji repository with `--enablerepo=local`. It would be really convenient to have a similar option to enable a Koji side-tag repo. Currently, this...

enhancement

Currently, to use dnf 4, one would set: ```python config_opts["package_manager"] = "dnf" ``` @befeleme said (in other words): It's not clear what this means, can we say "dnf 4" more...

enhancement
easy

Consider this metadata: `/usr/lib/python3.12/site-packages/ipython-8.14.0-py3.12.egg-info/requires.txt` ``` backcall decorator jedi>=0.16 matplotlib-inline pickleshare prompt_toolkit!=3.0.37,=3.0.30 pygments>=2.4.0 stack_data traitlets>=5 [:python_version < "3.10"] typing_extensions [:sys_platform != "win32"] pexpect>4.3 ... ``` rpmlint reports: ``` python3-ipython.noarch: W: python-missing-require...

Hello. When I see this https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python3.13 there are many builds. It is not visible that some of them are from custom directories. Could the builds from directories be marked as...

easyfix

Hi, I would like to know the license of transformations.scad, is it LGPLv2? Thanks

Some of the options were renamed in a later version of CloudCompare (e.g. PoissonRecon or PCV), we should include the new names in the tutorial. Note to self: Make sure...

So students don't need to guess from the provided STL.

help wanted
assignment
next semester

As calculating the area by `facet_start[0].vertex[0].x * facet_start[0].vertex[0].y` kinda yields the correct result by accident :face_with_head_bandage: Also, they are too symmetrical.

bug
assignment
next semester

Currently a manual push to gitlab is needed. That is error prone. Examine the following solutions: 1. make GitHub push to GitLab automatically (AFAIK not possible) 2. make GitLab fetch...

enhancement
good first issue