Mirko Covizzi
Mirko Covizzi
It appears the problem arises because the window.browser.js_result_semaphore is not released if BrowserForm.on_close() is not called from winforms.destroy_window(). Adding: if not is_cef: self.pywebview_window.browser.js_result_semaphore.release() at the end of BrowserForm.on_close() solves the...
The problem is only partially fixed because sadly, it persists if the application terminates unexpectedly (because of exceptions or something else), since it doesn't have occasion to reach into the...
What is `vst/ivstplugin`? I can't seem to find it in the VST3 source
I have not tried the update, however everything should work pretty much the same I suppose. As you say, there are no major changes in the new version, except the...
I'm very well aware, in fact it is in the notes of the features working/not working under the dedicated GPU section. A user on tonymacx86 was able to get it...
Hi! Thanks for the PR! At the moment I'm not able to test this new configuration, but might be in the future. In the meantime, do you have a list...
> Hi, > > thanks for bumping the version of Ghidra. Unfortunately I am having issues using the ghidra_bridge in GUI mode. The log says > > ``` > WARNING:jfx_bridge.bridge:Got...
This example, together with other ones, is a good test scenario for determining that SDL_Shadercross is working as expected. From HLSL to MSL there are no issues, but from GLSL...