Ambareesh "Amby" Balaji
Ambareesh "Amby" Balaji
Resolves #478 I've actually not tested this yet. Please let me know if this is what you're looking for.
Decoding currently errors out on Safari 14 and below because they don't have `BigUint64Array`
These are residential ISPs in korea
I noticed when updating `memchr` and that `memmem::find` was considerably slower, and digging deeper found that `memmem::Finder` takes considerably longer to build in versions 2.6.0 and above. The good thing...
As I was looking at potentially implementing more features from https://github.com/brave/adblock-rust/issues/1 and https://github.com/brave/adblock-rust/labels/uBO-parity, I noticed that `NetworkFilterMask` is already full, and in order to add more bit flags, it would...
Hello, I want to use adblock-rust in a setup where concurrency would be beneficial. Although disabling `object-pooling` and `unsync-regex-caching` is enough to make `Engine` `Send + Sync`, there is still...
Version: Deno 2.0.3 Last known good version: Deno 2.0.2 Run the following: ``` deno compile --ext js -o helloworld /dev/stdin
I want to have a setup where I can forward to different upstream DNS servers depending on the client making the request. These DNS servers may return different results since...