David K. Hess

Results 42 comments of David K. Hess

I should add, I'm able to successfully build and use the 5.11 generated wrapper with 5.15.2. I just need to access a new method on QJSEngine that was added in...

Can confirm I'm seeing this same issue working from the same December 2 commit https://github.com/MeVisLab/pythonqt/commit/9ea0fcfd73f9d434066e3b73a6bd3db76da78f9f. In my case, there are no custom types involved. I'm just passing some heavily nested...

Confirmed. Branching off of https://github.com/MeVisLab/pythonqt/commit/9ea0fcfd73f9d434066e3b73a6bd3db76da78f9f and reverting these commits: pick 06860d4 Fix reference/memory leaks pick 525ea41 More potential leak fixes and build fix pick 295a9ce Stylistic changes and refcount fixes...

@chubin FYI, I've done quite a bit of work with Flask and gevent. I would be a bit more suspicious of what is happening in Flask and WSGIServer rather than...

It appears the issue is that the OpenSSH server hasn't been modified to setup a windows pipe instead of a unix socket. Seeing these error messages in the sshd service...

@roblourens it reports ARM64. That code you quoted doesn't account for that case and ends up using ia32 - which as of about a month ago is no longer being...

I've seen this happen if GRAPHVIZ_DOT environment variable is not set. If you restart Sublime Text and this is the case, there will be an error about it in the...

BTW, might not need to point it out, but this environment variable mechanism is likely ripe for all sorts of buffer overflow CVEs to be filed against it.

Yes it does which is why I didn’t mention VS Code in the issue. Tested with macOS ssh in Terminal.app, logging in to Windows host, getting a cmd.exe shell and...

If you need a workaround, on the Windows host, set `HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun` to be a path to a .cmd file on disk that contains: ``` @echo off set c28fc6f98a2c44abbbd89d6a3037d0d9_POSIX_FD_STATE= ```