Rémi
Rémi
Hi @cilles, Thanks a lot for reaching out and writing detailed feedback. This is a great idea! If we were to add such a mechanism, how would you see it...
Hi @Ompanime, Thanks a lot for your encouraging words and great feedback. Regarding the first feedback, could you please give an example? I am not certain to have understood what...
@Ompanime thanks again for the very detailed feedback and explanation. If I understood correctly, something like `hollywood$inhostname` (syntax is not final, just to confirm I got the idea right)? Also,...
> If the command $inhostname would be implemented into the Goggles codebase, do you know if anchoring would be possible, as I've demonstrated in my examples mentioned above (i.e. |hollywood$discard,inhostname,...
Hi @clening, Thanks for reaching out. We will definitely consider making the error messages more clear in the future as in this case I agree that they are not very...
@oncletom Thanks for creating the issue. I updated it with a list of extracted packages depending on `tld.js`. I ignored a few which did not have any repository specified on...
Updated the list with version of tldjs + methods used in each project.
Also found a few interesting projects using `tldjs`: https://github.com/mozilla/gombot-chrome - https://github.com/duckduckgo/privacy-grade - 2.3.1 https://github.com/duckduckgo/duckduckgo-privacy-extension - 2.2.0 https://github.com/localtunnel/server - 2.3.1 (getSubdomain) https://github.com/ghostwords/chameleon - ~1.5.0 https://github.com/flattr/flattr-extension - ^1.6.2 https://github.com/brave/browser-laptop/ - ^2.3.1 https://github.com/herber/cargo...
@oncletom There is also this page giving a bit more information about each tld: https://www.iana.org/domains/root/db That's definitely something we can investigate!
Hi @VikramTiwari, Thank you for your feedback! In this case, this is because currently the `_` is not considered valid when found inside a domain. Related work: #122 Hopefully we...