Mirko Covizzi
Mirko Covizzi
Hi! This is just a simple proposal of a feature I'm experimenting that works wonderfully. I'm not making a PR because it would require a change in the Settings UI...
### Specification - pywebview version: 3.1 - platform / version: Python 3.7.5 x64 Windows 10, default web engine ### Description If the python process running the main script gets killed...
'Info' struct doesn't get updated when calling 'get_info()' when plugin updates field 'initialDelay'
Since the initial `Info` struct is cloned at each call of `get_info()`, it's not possible to collect any changes to the struct coming from the vst plugin. For example, compressors...
After following the guide here https://github.com/rust-embedded/book/blob/master/src/intro/install/windows.md I sadly discovered that my user PATH variables were overwritten by the latest ARM install. My suggestion is to not specify (or suggest) to...
My proposal is to add type aliasing for `*mut c_void` in the context of interface methods. Example: ``` type IParamValueQueuePtr = *mut c_void; #[com_interface("A4779663-0BB6-4A56-B443-84A8466FEB9D")] pub trait IParameterChanges: IUnknown { unsafe...
I was thinking about using the validator from the SDK to guarantee that, by testing the examples, between PRs there are no protocol breakages. What's the best way to approach...
This commit updates the ghidra version that gets installed. This is required in order to open certain ARM binaries that would otherwise fail to open.
Adds a uniform buffer to the compute SpriteBatch example to showcase how to use uniform buffers together with storage buffers.