Katelyn Gadd

Results 44 issues of Katelyn Gadd

(Maybe this is two separate issues?) It's common for runtimes (or apps) to have to bundle entire copies of collation tables, timezone data, etc with every app distributed. It adds...

discussion
feature-request

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=670159 Build error leg or test failing: WasmTestOnChrome-MT-System.Buffers.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/102029 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...

arch-wasm
area-System.Buffers
blocking-clean-ci
area-VM-threading-mono
Known Build Error

Feedback welcome on how this should actually be fixed. Looking into why GetData is really slow on Vulkan, I think I found a few things: * GetData does a synced...

Vulkan

As we discussed earlier, here's a pull request with the changes I made to webgl-2d for my own uses. I tested it out in my samples and it works great,...

Without this, it's not possible to cleanly queue up texture readback operations to execute later, since GetData checks the size of T against the texture format, instead of checking the...

I vaguely recall this working in XNA - I think escape goat 2 used it. Right now it works for D3D11 and Vulkan with this change, but the behavior is...

During application startup, operations like mmap will perform a `memset` to properly zero pages before returning them to the calling application: https://github.com/emscripten-core/emscripten/blob/29be801344a9bf726abc2e146dbd3dfed4a86c9b/system/lib/libc/emscripten_mmap.c#L124 ~~If bulk memory is enabled, this is fine...

### Build https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=631044 ### Build leg reported LibraryImportGenerator.Tests.WorkItemExecution ### Pull Request https://github.com/dotnet/runtime/pull/100497 ### Known issue core information Fill out the known issue JSON section by following the [step by step...

Known Build Error
First Responder

### Build https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=603583 ### Build leg reported System.Runtime.Tests.WorkItemExecution ### Pull Request https://github.com/dotnet/runtime/pull/99772 ### Known issue core information Fill out the known issue JSON section by following the [step by step...

Known Build Error
First Responder

Hi, SoulSplitter 1.7.1 seems to be getting widely detected by antivirus software (https://www.virustotal.com/gui/file/8ab6c480ca7812a8059be76eb67ba93efae49367f6fa8c3cf534d908c493f51b/detection), specifically due to the soulmemory-rs dll that's embedded into SoulSplitter.dll. After digging around I feel like I...