Andrei Grigorev

Results 9 issues of Andrei Grigorev

The "Running locally" guide [mentions](https://github.com/jeffpar/pcjs/wiki/Running-PCjs-locally#accessing-disk-images-locally) that when doing so local disk images are used, but I don't see it to be the case: From what I managed to understand, the...

investigate

When input markdown contains HTML tags with attributes that contain `/` character (URLs being the most obvious cause), library fails to parse it properly. Example input: ``` ``` The output:...

Related to: https://github.com/xunit/visualstudio.xunit/issues/184 Repro (Powershell): ```Powershell mkdir p1 cd p1 dotnet new xunit -f netcoreapp2.1 dotnet add package xunit.runner.console --version 2.4.1 $code = @" using System.Threading; public class UnitTest1 {...

**Describe the bug** Running `devskim analyze --help` produces this line: > -g, --ignore-globs (Default: **/.git/** **/bin/**) Comma-separated Globs for files to skip analyzing Notice, the text says "Comma-separated", but the...

bug
external

Missed explicit version of ServerCommon package.

Addresses: https://github.com/NuGet/Engineering/issues/5456 We have wrappers around blob storage SDK (`CloudBlobWrapper`, `CloudBlobContainerWrapper`, `CloudBlobClientWrapper`), unfortunately, they leak underlying SDK types as function arguments, return types and exceptions thrown, which defeats the purpose...

Feature flag to make Gallery not load full version list for rendering package details page when enabled.

### Related Problem _No response_ ### The Elevator Pitch Package metadata may contain Project website and repository URLs. Both are displayed on package details page and are subject to [link...

feature-request
Triaged

### Impact It bothers me. A fix would be nice ### Describe the bug On package details page there are tabs for various package managers. On narrow screens those tabs...

Type:Bug
UI improvement
Triaged