Ash
Ash
## Environment | Component | Version |-|- | Node.js | 16.16.0 | Client (Chrome/Chromium/...) | 103.0.5060.134 (64-bit) | OS running Node.js | Windows 10 | OS running the client |...
Nice API for serverless search! I like the use of compressed bit sets. Looks like the engine loads all the documents (data files to KV) once-only at deploy time. How...
Hi, I'm trying the following code, but in some cases either the parsing or selector query (or both) are slower than CsQuery: ``` var config = new Configuration().WithDefaultLoader(); AngleSharp.Dom.Html.IHtmlDocument document;...
Hi, I copied the two tests from [PageTests.cs](https://github.com/AngleSharp/AngleSharp.Scripting/blob/master/src/AngleSharp.Scripting.JavaScript.Tests/PageTests.cs) to a standalone executable for testing purposes, but query selector returns no results for some strange reason. ``` csharp async static void...
Currently the docs for [ASP.NET Core usage](https://nickcraver.com/StackExchange.Exceptional/AspDotNetCore#middleware) with regards to `UseExceptional` middleware say: > Note that you should call this before anything you want handled, as exceptions will “bubble up”...
Hi, is there a plugin or another way in Hero to blocks ads (based on public lists of URLs) and cosmetic annoyances (e.g. cookie banners etc.) via automatic URL filtering...