Adam Byrd

Results 20 issues of Adam Byrd

I have a small dll that I generate a tlb for. When I attempt to open the tlb I get an error. ![image](https://user-images.githubusercontent.com/484784/95663807-014dae00-0af7-11eb-87b6-7607db8185c1.png) It's a 'private' type library, so it's...

![image](https://user-images.githubusercontent.com/484784/55293143-d9c94180-53a7-11e9-863e-c1d57ab3cf6a.png)

### 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...

Area-Settings
Product-Terminal
Issue-Task

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...

☠️ provably impossible

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: ![image](https://user-images.githubusercontent.com/484784/220541611-1e0697df-43f5-45bb-ba53-1c6a18fdb65a.png)...

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....

enhancement
lsp

### 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...

bug

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...