Results 172 comments of Rémi

> Thanks :blush: I find your help on this project to be singular and very helpful. I'm happy to make myself useful :) I like the project and I also...

Good points! I agree regarding the removal of `fromUserSettings`. I was looking at [tldextract](https://pypi.org/project/tldextract/) which is a pretty popular library doing public suffix extraction in Python and I quite like...

And in the end, it does not look so different from tldjs 2.x, but we could make the API even simpler, more consistent and change some of the defaults to...

Hi @ray-lothian, Did I understand correctly that you would like to have tld.js bundle both the rules (public suffix) and the source code at once so that it can be...

I understand. Than I think this is currently not possible with tld.js unfortunately.

@jonathanvandriessen To add to the answer from @ctavan, if this is something blocking for your usage of the library, this could be solved by having a way to match only...

@ctavan Agreed about not introducing a breaking change. Maybe we could, as you suggest, add a new method in the API + a new attribute in the result of `parse`...

Hi @MarcCoquand, This behavior is expected and it might be a bit clearer when looking at the output of `parse` for each of the domains. `https://a.np`: ```sh $ npx tldts...

Hi @lqzhgood, thanks for taking the time to open an issue. Unfortunately this is "expected" behavior. For backward compatibility reasons any value passed to `tld.js` which is not a string,...

@lqzhgood All good suggestions. Feel free to make a PR to the repository with improvements, but there was not much activity around lately. I currently maintain my own fork of...