Phill Djonov
Phill Djonov
**Description of Change** The SkTypeface::getKerningPairAdjustments API states: > If count is non-zero, then the glyphs parameter must point to at least [count] valid glyph IDs, and the adjustments parameter must...
On Linux (Arch) and backing up to an exFAT drive, which has different rules for invalid path chars. Took a long time (as a new user who had to go...
This works: ```hlsl [shader("vertex")] FragIn_1uv vs_1uv( [[vk::push_constant]] uniform Transform transform, in VertIn_1uv in) ``` And I would therefore _expect_ this to also work: ```hlsl struct FragIn { float4 Position :...
### Brief Issue Summary Running `CMake: Build` through the vscode UI works as expected. Running this task, however, stalls forever: ```json { "label": "build native libs", "type": "cmake", "command": "build",...