W Scott Jasso
W Scott Jasso
See #870. * If `num groups > max(multiplicity)` (whether the args are optional or required), it's currently: > `Error: expected only one match but got (--group= [--opt1=])={--group=foo --opt1=1} and (--group=...
This fixes a bug that makes disk_io stats incorrect and forever increasing, due to the "baseline" stats always being 0. [This commit](https://github.com/dustinkirkland/byobu/commit/e991e535e44a7809c9150d32527ca6fa3d2baba3) intended to catch read failures, but actually just...
#### Is your feature request related to a problem? Please describe In a typical feature branch workflow, you often merge the latest changes from master into the feature branch. When...
Please consider supporting `FORCE_COLOR`: https://force-color.org/ and/or enabling color programmatically. Use case is some tool that runs in a daemon mode, but the output gets copied to a tty in a...
We're using "Android Lint" to generate a sarif file. The sarif locations use this pattern: ``` "originalUriBaseIds": { "%SRCROOT%": { "uri": "file:///runner/_work/myrepo/myrepo/some/repo/dir/" } }, ... "physicalLocation": { "artifactLocation": { "uriBaseId":...
We're trying to add some functionality to support pasting into the emulator. We can get and set the clipboard via the existing gRPC APIs, but I can't figure out how...
RTCPeerConnection has many APIs that return a promise. This fixes the code to await on those promises.
If you run `xcodes runtimes install "iOS 17.0"` in a terminal, you get nice progress logging output and colors. If you run `xcodes runtimes install "iOS 17.0" | cat`, you...