Results 7 issues of Patrick Morris

It seems there are missing plugins when compared to the Node.Js version. puppeteer-extra-plugin-adblocker puppeteer-extra-plugin-block-resources The adblocker appears like it could be serious effort to support due to their use of...

### Description I would like to load local html content in a WebView. Assuming the file was named data.html and was packaged correctly then `` works on windows and android...

t/bug
platform/iOS 🍎
area/controls 🎮
control-webview

Certain text causes the segmenter to enter into an infinite loop. ```c# var text = "o idioma estao errados.000000000000000000000000000000000000000000000000000000000000000000000000"; Segmenter.Segment(text); ```

Given this text `When it first arrived, I thought it was huge, and was thinkin' 'bout returning it, even though it is the size they say it is, It just...

bug

I have a 3 node cluster I am using for testing. CPU: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz Mem: 94GB Disk: SSD Currently doing about 1000 updates a second seems...

If I do a `dotnet build` for versions earlier than 1.5.0 then it works. However 1.5.0 fails with the following error: `...\.nuget\packages\blazor.browserextension.build\1.5.0\build\Blazor.BrowserExtension.Build.Build.targets(87,5): error MSB3030: Could not copy the file "...\obj\Debug\net8.0\browserextension\build\BackgroundWorker.js"...

If I have a `Console.WriteLine` or `Logger.LogInformation` in the `BackgroundWorker.Main` method then the build will always fail. For instance, this will work ``` c# [BackgroundWorkerMain] public override void Main() {...