David

Results 95 comments of David

From [uBlock README](https://github.com/gorhill/uBlock/blob/master/README.md): > [Do not use uBlock Origin along with other similarly-purposed blockers](https://twitter.com/gorhill/status/1033706103782170625). So use AdGuard OR uBlock, but NOT both at the same time. It works with AdGuard,...

@B0t0nd Szia! Elnézést az esetleges kellemetlenségek miatt. Az érintett szabály ebben a commit-ban lett beküldve: https://github.com/hufilter/hufilter-dev/commit/08109127e3c6a6360b1a963ffe51609740e294ff Megjelölöm, aki beküldte, talán az a legtisztább, hiszen ő tudja, pontosan milyen megfontolásból rakta...

@B0t0nd Valami probléma volt a deploy során, most ellenőriztem, az inaktiválás bekerült a release-be, tehát az éles listába, amit az adblockerek letöltenek. Konkrétan ezen a linken megtalálod: https://github.com/hufilter/hufilter/blob/master/hufilter-abp.txt#L2002 (a !...

Empty lines and trim are done: https://github.com/AdguardTeam/HostlistCompiler/pull/33 @ameshkov In your opinion what is the correct sorting strategy if a rule has one or more comments? For example: Input: ``` !...

@ameshkov As my free time allows, I'd like to further develop the linked script and convert it to an NPM package. After I'm done with it, the package can be...

@slavaleleka > so the main reason is to improve error logging? Nope, the main reason is to improve compatibility. The improvement of TSUrlFilter's error logging could be a consequence of...

@slavaleleka I updated the main comment as I wasn't clear. Now it only contains the gist.

This line causes it, I guess: https://github.com/actions/download-artifact/blob/782e5ae9ea8551dd997e5c4dd22499cb62797251/src/download-artifact.ts#L54 According to the [link in the warning](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/), at least version `1.10.0` from the `@actions/core` package is required, but the [currently used version](https://www.npmjs.com/package/@actions/core/v/1.2.6) is...

@lildude Thanks for the feedback! I'm still working on the regex. You can view the current state here: https://rubular.com/r/Q7XJYCSEzIi0Jk I hope this length is still acceptable. I have tried to...