Saeed Rasooli

Results 140 comments of Saeed Rasooli

My main concern is the ambiguity it causes when parsing and separating flags and their values from standalone arguments. For example, you can have a file named "always" in current...

We can still have both `Default()` and `AllowEmpty()` and use them for the same flag. But the only catch is when you use `AllowEmpty()`, space can no longer be used...

In Python, it's done with `urllib.parse.unquote` [function](https://docs.python.org/3/library/urllib.parse.html#urllib.parse.unquote).

In Java: word = URLDecoder.decode(word, "UTF-8");

> Implement something like a masking fs wrapper. That is, a filesystem that is constructed with an underlying filesystem, include glob expressions and exclude glob expressions. With this, you could...

> It also uses a replaced version of a Pyglossary function to support the setting of the headword HTML independently of the headword Where can I see your changes to...

You don't use this function in your repo. And you seem to have changed `GROUP_XHTML_WORD_DEFINITION_TEMPLATE`, but again not in that repo.

I'd like to mention that calling this file "a json file" is a mistake. Every line is a json, but the whole file is not a valid json. We should...

Thanks for the info. I'm not a legal expert, but there are countless patents related to closed formats, so we can't worry too much about them. I doubt they will...