Kay Hayen

Results 1287 comments of Kay Hayen

As we go, I would aim for myself to add API documentation to the methods we discuss, but I want to put this on the table, for you to get...

Should checkout for the "hello exception" kind of program this function: https://github.com/Nuitka/Nuitka/blob/e2dba129d80c75c17d487c954147c5715937a2b7/nuitka/optimizations/TraceCollections.py#L201 It is not using the argument, that is like your major TODO item.

So this may be leaping ahead, but this is also relevant: https://github.com/Nuitka/Nuitka/blob/e2dba129d80c75c17d487c954147c5715937a2b7/nuitka/nodes/TryNodes.py#L146 So a trace collection is created for every branch. When entering the exception handler, all exception exits are...

Hello James, the onefile bootstrap binary is passing on a CTRL-C it receives to the compiled Python program. Not sure if this has anything to do with MSVC vs. MinGW64,...

Forget my last request, I reproduced it with MSVC just the same.

Actually, according to docs, all processes of the terminal should receive the CTRL-C signal. I wonder, how I ever had that report then, maybe it's possible to detach from the...

Yes, I can work off that, putting it into my anti-bloat rotation first, as there seem to be severe issues, including IPython and setuptools makes for unreasonable compiled times. Maybe...

It is a strange module, that kind of aliases another modules `__path__` below itself, such that code lives under `vtkmodules` and `vtk` for no real reason. I have added a...

Looking further into this, I did an experimental implementation of the config I added on factory so far, and it may work, but it is extremely bloated in `vedo.backends`. I...

This is now working and part of develop and will be in 1.1 release.