Saeed Rasooli

Results 140 comments of Saeed Rasooli

Oh and if the table happens to have only one row, with cells that have spaces, it's almost impossible to parse tabular data without using regex or having specific conditions...

I'm quite familiar with nushell. I played with it for quote a whike and I have many merged commits (and many in my personal fork) in it. The reason I...

Thanks for the quick reply. > In the above date output, there is no timezone information. We could assume the user ran date on the local machine and use the...

Where can I download JMnedict files?

Added JMnedict. Please try and let me know if it's all good (data, formatting etc).

Compatibility with some standard GNU/Linux tools requires this, for example `ls --color` is a shortcut to `ls --color=always` or just `ls --color=` (while `ls --color=never` and `ls --color=auto` is also...

> Ah interesting. If there's a default value, there's no ambiguity because Kong could just set it to that value and pass it through transparently. When user reads the manual...

Sorry, you are right. Then we need a second default?

Something like `.AllowEmpty(value any)` because it's not a very common case.

No actually in this case both are needed. `--color` means `--color=always` which enables colors unconditionally. But if flag is missing, `auto` is assumed (enables colors if output is connected to...