Seva Alekseyev (he/him)
Seva Alekseyev (he/him)
The MachO constructor reads the whole file into memory, whether it's fat or not. In my usage scenarios, only one architecture slice is needed at a time. Reading the whole...
Found a case where a PE section parser was thrown off by a mismatch between section's raw size and its virtual size. It would read the section bytes sequentially, encounter...
The existing `work-item update` command sets all tags on a work item. We'd like a way to add a new tag without wiping the existing ones. System.Tags is physically a...
I'm hacking Cura on Windows. That requires Uranium. I have a clone of Cura repository in d:\dev\Cura, a clone of the Uranium repository under d:\dev\Uranium. The latter is in PYTHONPATH....
Uranium has logic to scale loaded meshes to fit into the printable area (in UM/Mesh/ReadMeshJob.run(), line 74 and below). Because of floating point math being inherently imprecise, the scaled mesh...
Steps to reproduce ------------------ ```powershell Set-VSTeamAccount "http://tfs.acme.com:8080/tfs/MyCollection/" -UseWindowsAuthentication Get-VSTeamVariableGroup -ProjectName MyProject -Name MyGroup ``` Expected behavior ----------------- A group record Actual behavior --------------- Error message with a large HTML along...
There is no cmdlet to update/create a single variable in a variable group. I'd like one, please. There is a task to get and save the whole group, but I'm...
Please provide a cmdlet for creating collection level subscriptions, as outlined [here](https://docs.microsoft.com/en-us/rest/api/azure/devops/notification/subscriptions/create?view=azure-devops-rest-5.1). The Web UI for creating those has been around for a while. It's under Collection Settings/Global notifications/Subscribers, but...
Repro: rename a source file to .mm. Make a device build, run on a device without a debugger. Have it crash in a standalone (i. e. not a class method)...