Albert Zeyer

Results 1028 comments of Albert Zeyer

Btw, maybe you want to join the discussion [here](https://github.com/xtermjs/xterm.js/issues/1875) about how to come up with a good standard for text folding, which can be adopted by many terminal emulators. DomTerm...

I get the same `man` error when building, but as mentioned, this can be ignored (for now). I fail to use anything else than Firefox. When I run `bin/domterm` without...

On OSX, no app is installed in `PATH`. They are all independent app bundles (usually in `/Applications`, but you can put them wherever you want), and you can optionally have...

There are definitely very simple and clean ways to detect whether `com.google.Chrome` (or any app bundle) is installed or not (just check the documentation; or maybe see [here](https://superuser.com/questions/346369/getting-the-bundle-identifier-of-an-os-x-application-in-a-shell-script); many more...

The repo, the plugin, "Program Structure Interface", all of that.

My guess: Some Swig internals, which do not expect a thread change in certain context (which is triggered here by the Python GC calling `__del__` in some unexpected context).

You used the better_exchook version which includes the workaround for this case. Can you try an older version? Am Do., 22. Nov. 2018, 08:03 hat ebrevdo geschrieben: > I'm having...

See my earlier explanation. Only with better_exchook you can trigger this crash. Am Do., 22. Nov. 2018, 08:34 hat ebrevdo geschrieben: > I removed better_exchook (removed the import, and the...

So, to make it clear: There is a Python object which corresponds to a graph in C++ which does not exist anymore, or has become invalid? How is this possible?...

I tried to write some simpler test case. See the commit I just referenced. That code sometimes crashes in various different way.