Miro Hrončok

Results 179 issues of Miro Hrončok

Context: https://lists.fedoraproject.org/archives/list/[email protected]/thread/VSYG7COVRXPPZJOCUM7ODR32HQXOYNBB/ On 30.7.2018 12:42, Mikolaj Izdebski wrote: > On 07/30/2018 11:19 AM, Miro Hrončok wrote: >> Hi, >> >> I've filled this bugzilla: [0] and I clearly remember seeing...

enhancement

I'd like the [elfdeps](https://github.com/rpm-software-management/rpm/blob/master/tools/elfdeps.c) to filter out certain directories, namely anything in `/usr/lib(64)?/pythonX.Y/`. Context: - historically, all Python extension modules needed to use `%filter_provides_in %{python_sitearch}/.*\.so$` to avoid getting useless provides...

generator
handsfree

[Bunny_Trouble_piece.stl](http://www.thingiverse.com/thing:7578/#files) ``` import("Bunny_Trouble_piece.stl"); import("Bunny_Trouble_piece.stl"); ``` Produces: ``` ERROR: CGAL error in CGALUtils::applyBinaryOperator union: CGAL ERROR: assertion violation! Expr: itl != it->second.end() File: /usr/include/CGAL/Nef_3/SNC_external_structure.h Line: 1102 ``` The same happens with:...

Tag: STL
Dep: CGAL
Fixed by manifold

I have a valid STL file and the following code: ``` import("half.stl"); mirror([1,0,0]) import("half.stl"); ``` F5 is fine, F6 generates no output and produces an error: ``` ERROR: CGAL error...

Tag: STL
Dep: CGAL
Fixed by manifold

I've just updated to Fedora 25 and I'm having a strange error with ADMeshGUI. When I launch ADMeshGUI (empty or with file), I get cca 50 % chance of OpenGL...

bug
help wanted

For now, there is no install action. It would be great to have one, according to [the docs](http://industriousone.com/command-line-arguments), it is supposed to be done as follows: ``` lua newaction {...

# Bug report ### Bug description: As discussed in https://discuss.python.org/t/pep-744-jit-compilation/50756/42 and further with @brandtbucher, I've tried to change the Fedora's Python 3.13 package to utilize `--enable-experimental-jit=yes-off`. As a starting point,...

type-bug
build

# Bug report ### Bug description: ### x.py ```python xxx = 118888 ``` ### readx.py ```python def f(): with open("x.py", encoding="utf-8") as f: exec(compile(f.read(), "x.py", "exec")) return locals()["xxx"] print(f()) ```...

docs
3.13
3.14