Anduin Xue

Results 262 comments of Anduin Xue

The regex expression is very very hard to change and may impact current running projects. I may try to write another extension methods to remove all scripts and links in...

It seems that it was not related to those scripts. I am trying to debug this.

As I found, the following code will cause this project stacked. ```html Edi.Wang ``` I am still wondering why.

我已经定位了Bug。在一个tag下有太多并行的同种tag时,类似上面的情况,就会导致程序判断标签起始点的时间复杂度呈指数上升,从而极大的消耗时间。 现在直接在master的代码的Example3中就能重现此bug。

啊这个Bug太难了……不会(摊手

Ok. I have modified it manually with `winx menu editor`. I will keep an investigation if there is a solution and will give you a response once I found. ![image](https://user-images.githubusercontent.com/19531547/87269541-10c15900-c500-11ea-9b7e-f04e7c8b63fc.png)

I guess I found a solution. In the folder: `C:\Users\andui\AppData\Local\Microsoft\Windows\WinX\` There locate all the shortcuts in the `win + x` menu. Modifying those files and restart the `explorer.exe` will just...

@abhi5658 Ah. I'm not meant to replace that with CMD. But with `Windows Terminal`. Thanks for your info.

Thank you for the contribution!!!

Might be a limitation from IIS itself. Suggest you try another OS or a web server like Nginx or CaddyV2. If you insist to use IIS, please check the following...