kasperk81
kasperk81
when i build runtime libraries, after quickly building 50 or so libraries, msbuild slows down and doesn't recover the speed it initially possessed for rest of the build. reproduction steps:...
Distros like Alpine Linux (on baremetal or a full VM), binfmt is provided by [`openrc`](https://pkgs.alpinelinux.org/contents?branch=edge&name=openrc&arch=x86_64&repo=main) package. Is it possible to support such distros to get qus?
On linux: ```sh $ sudo usbmuxd -v -f ``` runs the daemon in foreground with verbose logging. If we hotplug, unplug then hotplug the device, it shows logs about those...
a "report" feature would be great for this tool. something which can highlight important stuff like: * total number of typos * top N typos and their count: `1. "tyop"...
On RISC-V, gdb is not always a suitable option to debug programs, especially for folks who use lldb plugins on other architectures. Without the working lldb, debugging code can be...
per [docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated), these are valid and invalid cases starting with c# 11 ```c# // valid x = $"""The point "{X}, {Y}" is {Math.Sqrt(X * X + Y * Y)} from...
fixes #75779
https://dotnet.microsoft.com/en-us/download/dotnet/7.0 expands the latest minor version by default, but when you want to link a specific version, the page should support permalinks to make it easier for sharing precise links...
rc1 versions are from https://dotnet.microsoft.com/en-us/download/dotnet/7.0 (7.0.0-rc.1 section)