Adam Byrd
Adam Byrd
I have a small dll that I generate a tlb for. When I attempt to open the tlb I get an error.  It's a 'private' type library, so it's...

### Windows Terminal version 1.15.3465.0 ### Windows build number 10.0.19045.2546 ### Other Software _No response_ ### Steps to reproduce Replacing settings.json with a hard link to an existing settings file...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` #define FOO1(param) param #define FOO2(param) #bar ``` Macro parameters are...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` struct alignas(8) Foo {}; ``` `alignas` is being tokenized to...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` void Foo() throw() {} ``` ## It looks like: ...
In some cases when a file doesn't validate against the schema duplicate errors are emitted for each key in the table, rather than only the key the failed to validate....
### ImageMagick version 7.1.1-29 ### Operating system Windows ### Operating system, version and so on Win 10 22H2 ### Description When converting an image neither `text-anchor="middle"` or `dominant-baseline="middle"` are respected....
I'm attempting to use CPT with an Unreal codebase. It ends up failing due to spaces in include paths. Snippet: ``` Cannot get all active documents, close all tabs and...
Enum.Parse and Convert.Change type can't convert directly from string to a nullable type so I added a type conversion to the underlying type before parsing/converting takes place. Also added a...