Shun-ichi Goto

Results 9 issues of Shun-ichi Goto

This patch implements feature request issue #20. Adding new package Ude (Mozilla Universal Charset Detector) for encoding detection.

This patch solve the issue #28 by comparing filename extension case-insensitively.

ExcelMege get error on reading "foo.CSV" because its extension does not match with lower case ".csv". Also .TSV is.

In current version, UTF-8 is always used on reading CSV file. But it might be better to use Encoding.Default instead because Japanese version of Excel uses Shift_JIS (== Encoding.Default) on...

I'm using ver. 5.0.4, no previous version used. On creating new SimpleVBUnit project via wizard, test runner form are not created correctly and I got error dialog about `.tlb` reference....

Cmd will exit by C-d when no character is in command line. It is not wanted behaviour for me. Is it possible to prevent that behaviour by setting any option...

`os.isdir("..")` on `c:\temp` unexpectedly returns nil. This can be avoided by calling `os.isdir()` with the full path. This solves issue #15 Additionally, `os.getfullpathname()` expects its argument to be unquoted, so...

Current code has an unexpected behaviour: ``` c:\ $ cd c:\temp\foo c:\temp\foo $ z ... c:\temp $ z .. zoxide: no match found c:\temp $ ```

When plotting large amount of data (i.e. over 100k points) using LineSeries, it has bad perfomance and showing up with long seconds delay. (environment: .net 4.5.2 WindowsForms on Windows 7...

enhancement
good first issue