Maxim Rebguns
Maxim Rebguns
The problem with the code comments is that there isn't a standardized way to write comments and the writing of comments and docstrings is generally not enforced. We need a...
> Are you sure? While there might be multiple documentation standards, it is to the group the pick one and stick with it This is true, different programming languages have...
You're right. The database has both spellings, but when I looked online, I couldn't find any use for the word `brocolli`, so I'll remove it.
I didn't even think about that use-case. I think the issue might be that internally in some places Wonderwords uses sets which have no guaranteed ordering. Setting the seed is...
I implemented a fix where the `filter` function always returns a sorted list of words. That makes `word` deterministic if the seed is specified.
Yep. [Docs say it's deprecated starting with 3.11](https://docs.python.org/3/library/importlib.resources.html#importlib.resources.open_text). Will update that
For some reason pray is on the noun list. Removing it should fix the problem. I will implement a fix. I think falling-out should be kept because it is a...
Hi, thanks for letting me know. I will look into it, along with working on automatic deployment with a GitHub action.
It looks like the new algorithms website is at https://the-algorithms.com. Who's sponsoring it? What's the status of this issue?