When I use Mission Control with the trackpad (the same happens when using the mission control keyboard key though) to switch from the editor to the composition window I need to repeat it twice.
This however does happen only if I changed a port value. Not if I just add a new node on the canvas for example.
●○○○ — Not much; I'm just letting you know about it.
Steps causing the bug to occur:
Recently when I try to log in the Vuo website I get a timeout error like "There was a problem with your form submission. Please wait X seconds and try again".
The last times I was able to wait some seconds, try again and it logged in, but I also some days ago stumbled upon the fact that I could not and each time I tried the time summed up 8 - 16 - 32 seconds etc.
i'm attaching a .zip which contains source code, a procedure, and all the attendant files for a reproducible test case. more generally:
create a .vuo composition, save it to the node library
create another composition that instantiates and uses the first comp you made as a subcomposition
launch an application that uses a VuoCompiler to compile and link an executable. run the executable, and observe the output.
modify the subcomposition in a manner that would be visible
without quitting, compile/link the executable again. run the executable, and observe the output- i would expect the changes that were made to the subcomposition to be visible, but they are not: the compiled output reflects the state of the composition when it was compiled for the first time since the app was launched.
Have you found a workaround?:
yes, relaunching the application- which suggests that other workarounds of this type (compiling the .vuo comps in another process) would also probably be effective.