Oleksiy Gapotchenko
Oleksiy Gapotchenko
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Consider the following code: ```c# string value = string.Join("\n", Request.Headers["NonExistentHeader"]);...
The following C# statement ``` csharp var regex = new Regex(@"[\r\n]+(?(\s*-\s+(&\#x27B4;\s*)?\[(?.+)]\((?.+)\)\s*?([\r\n]|$)){2,})"); ``` renders regex string with a low contrast. Please note how soft the colors are (especially yellow) on a...
Docusaurus 3.4.0+ does not respect PostCSS plugins when it minimizes CSS files from 'static' folder
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
When I try to launch `msys2` from a command-line, a GUI window appears. But what I try to achieve is to execute a msys2 command in my shell. I know...
Configuration of projects I am working on is split between the directories where a parent directory defines some common settings in `.env` file, while child projects have their own additional...
### Summary Lingering MSBuild processes lock .NET assembly files with MSBuild tasks, blocking the possibility of changing them. ### Background and Motivation After `dotnet build` command completion, there are plenty...
`sign` requires a certificate thumbprint to be explicitly specified in the command line: ``` Usage: sign code certificate-store ... [options] Arguments: File(s) to sign. Options: -cfp, --certificate-fingerprint (REQUIRED) SHA fingerprint...