Amir Plivatsky

Results 369 comments of Amir Plivatsky

Regarding FSF, they provide a free repository+bug trackling+website space: https://savannah.nongnu.org/register/requirements.php They already provide resources for a few projects: https://savannah.nongnu.org/search/index.phptype_of_search=soft&words=%%% Most of them seem not to have a homepage, but some...

What about hosting the source files of the website on GitHub, and on an FSF/FOSSHOST website just use "git pull" periodically?

Maybe we can overcome or bypass the problem of the tarballs provided by GitHub. What was the exact problem with them?

> The problem with the "tarballs provided by Github" is that they don't include `configure` and they don't include the `Makefile.in`'s This Stackoverflow answer describes in detail how you can...

> After moving website Where is it? > to "restructured Text" I'm for it. There is also a need to make some updated. This can be done while converting.

> why not just make `dict-common/dict-defines.h` part of the public API? That is, just install it, and let users use it. It currently also contains internal-only definitions: ``` c static...

In order to reduce the size of the said PR, I will first send a PR for moving `dict-defines.h` to the public API.

There is another definition that is part of the user API but is not exposed: WILDCARD_WORD. I would like to move it from `tok-structures.h` to `dict-defines.h`, even though it is...

It may also be a good idea to expose `MAX_SENTENCE`. However, it is not dict-related. However, it is related to the max. effective value for word-count arguments of API calls...

I will check that ASAP. (In the last time a similar thing happened on 32-bit CPUs, it was due to an uninitialized struct field that happened to contain zero on...