Mark Ingram

Results 10 issues of Mark Ingram

Will there be distribution via vcpkg too? Or at least consideration for cross platform projects that use CMake? Currently there is no easy way to consume nuget packages via CMake...

area-DeveloperTools
feature proposal

The documentation says: > 5.29.1. texture.sampler > The index of the sampler used by this texture. When undefined, a sampler with repeat wrapping and auto filtering SHOULD be used. >...

From [3.5.3 Transformations](https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#transformations) > To compose the local transformation matrix, TRS properties MUST be converted to matrices and postmultiplied in the T * R * S order; first the scale...

What is the payload file content used for in an MSIX, and is it important that the type uses the most accurate value (e.g. `image/jpeg` for a JPEG, rather than...

Question

Would it be possible to have an OpenCL equivalent to the `agsDriverExtensionsDX12_XXX` APIs?

[microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) allows the following input: ``` - name: Add MSBuild to PATH uses: microsoft/[email protected] with: vs-prerelease: true ``` Which adds the `-prerelease` flag to the command line to `vswhere`: >...

**Chrome:** 109.0.5414.75 **chrome-dev-tools-generator:** `abdf32b` `GetProtocolDefinitionData` crashes in `new PdlConverter(pdlScript);` when executing the script: `Engine.Execute(script, Scope);`. ``` System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'CodecsInfo' threw an exception. Source=IronPython StackTrace: at IronPython.Runtime.Operations.StringOps.TryGetEncoding(String...

Attempting to compile a .resw file with a long data element name attribute will result in the error : > ERROR: PRI175: 0x80070057 - Processing Resources failed with error: The...

good first issue
area-MRTCore
feature proposal

I'm attempting to update the bindings (or more specifically, try to generate new bindings for `SkResources`), but I'm getting errors running the generator: **Steps:** 1. Download externals: `dotnet cake --target=externals-download`...

When attempting to import (`from label_studio_sdk import Client`) the SDK in Python 3.9.6 (macOS 15.7.2) I get the following error: ``` TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'...