Lex Li

Results 67 issues of Lex Li

Currently the steps [documented for Docker support](https://github.com/andrewmclagan/react-env#using-with-docker-entrypoint) do not quite match real world setup, * It's not quite common to use a Node image for production deployment. * `yarn start`...

**DocFX Version Used**: 2.28.2 **Template used**: `default` **Steps to Reproduce**: 1. Create a .NET Standard Class Library project and modify its `` tag to use multiple values like `netstandard1.3;net452`. 2....

bug

https://github.com/MicksITBlogs/PowerShell/blob/master/InstallFonts.ps1#L51 and https://github.com/MicksITBlogs/PowerShell/blob/master/InstallFonts.ps1#L53 relies on hard coded drive C, but Windows can be installed to any drive. You should use `windir` environment variable instead.

Currently this page shows the invalid characters as \ / " | < > : * ? ] [ + = ; , @ & Notice that * "#124;" should...

I recently worked on some ISAPI extension development for classic pipeline mode, and found it pretty bad to navigate through the old documentation on MSDN (not to mention there are...

I wrote some blog posts during my previous employment with Microsoft between 2008-2010 under https://docs.microsoft.com/en-us/archive/blogs/lexli/ (lexli was my alias at Microsoft) However, for unknown reasons (the blog posts had been...

Pri3

### Motivation and Context The incorrect step will block many users from moving further. ### Description `DeploymentOrModelId` was mistakenly typed as `DeploymentOrModelID` in Readme file for Copilot Chat sample.

PR: ready to merge
samples

If two assemblies happen to use the same default namespace, their resources.resx files will generate two `Resources` classes which can be merged by using `/union` switch. However, the generated `.resources`...

enhancement

# Background PySNMP ecosystem has been idle ever since 2020, and while many repos were forked by different parties, none of the authors showed a plan to completely take over...

Since NuGet packages from this repo only cover ANTLR 4.6 and below and end users should migrate to Antlr4.Runtime.Standard (and Antlr4BuildTasks), I think it is time to 1. Archive this...