Marc Jacobi
Marc Jacobi
Hi, you pointed me towards your project in a github discussion about use-cases for cross-platform COM interop. I am wondering if ComLight will fix the following scenario: I am building...
I am trying out predicates -currently two simple boolean flags. I have my TS code compiling (using mixins) and was trying to get debugging working using https://github.com/mike-lischke/vscode-antlr4/blob/master/doc/grammar-debugging.md. Here is my...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Run the Host sample and load one of the sample plugins.
When a plugin has dependent assemblies that are loaded after the initial boot/load sequence of the plugin, they are not found in the `deploy/bin` location. They are only found when...
Noob here, again. After playing with SharpGen for a bit [I got the first code generate](https://github.com/obiwanjacobi/vst.net/tree/ddne3/Source3/Code/SharpGenToolsTest) (yeah!). This raised some questions I hope you can answer for me. 1) Can...
Noob here. I get this error: `CppStruct [PFactoryInfo]/long flags error : Unknown type found [long]` and have tried several things to fix it but to no avail... I suspect the...
Just starting out with MonoGame, MonoGame Extended and Tiled, so... Trying to setup a parallax tile map in Tiled. Building the content pipeline gives an error. I probably do something...
https://github.com/badgateway/oauth2-client/blob/7ce4f29a1c3bfc1547df3326f67a07aeed48ec05/src/client.ts#L427 Shouldn't `if (responseBody.error) {` read `if (responseBody?.error) {` because the `responseBody` might not be retrieved?
I am a Avalonia noob, but I think I did this right... I have a standard MVVM setup and in the ctor of my model I fill the `HierarchicalTreeDataGridSource` with...
### Installed product versions - Visual Studio: 2015 Update 3 (Express/Community) - This extension: 2.5.65 ### Description When file properties are set, for instance copy-if-newer and the file is nested,...