Keith Stockdale

Results 8 issues of Keith Stockdale

**Description** This code fails to compile https://godbolt.org/z/G98xG5xja. It would appear that if we are using a ternary operator to evaluate a template argument, AND the conditional part of that ternary...

bug
hlsl2021

**Description** I am getting an Internal Compiler Error (ICE) with the following code: https://godbolt.org/z/Tde8anb6d This seems to stem from the combination of using sizeof (which returns an unspeakable HLSL type,...

bug
hlsl2021

The main gist of this pull request is that I have moved the float16_t.hpp header into its own folder hierarchy. This makes it much simpler to consume for other build...

**Description** `integral_constant` is defined in the global namespace in DXC(trunk). The primary template appears to be declared as follows: ```c++ template struct integral_constant; ``` I don't think this type should...

bug
needs-triage

**Description** Due to #6317 include paths are now passed to `IDxcIncludeHandler::LoadSource` normalized to the operating system's path style. i.e. On Windows "/" is replaced with "\\". The issue with this...

bug

Currently, there is no way for authors to choose the order in which `PAGE.PrevInSection` and `PAGE.NextInSection` are ordered for navigation in the footer of a page. This PR just changes...

When a layout template is using `layouts/_partials/toc.html` disabling toc on a page doesn't fully disable the toc. The nav tag is left there and is empty, which restricts the width...

**Feature Description** I would like the ability to create cards (both feature-card and regular card) that are closed, and their inner content is rendered as markdown in the card. **Problem/Solution**...