Alex Hallam

Results 28 issues of Alex Hallam

I just tried to install this for the first time and I got the following error. ``` termlog panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...

#### New App Submission - [ x ] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). There were a number of clis missing for csv data manipulation and viewing. I put that ones...

https://no-color.org/

enhancement

1. Long spaces should probably be NA. See the `name` column. ``` generated_on,adif_ver,programid,programversion,band,call,country,freq,mode,my_gridsquare,my_sig,my_sig_info,my_state,name,operator,qso_date,qso_date_off,qth,rst_rcvd,rst_sent,state,time_on,tx_pwr 2022-04-07T17:42:27.048Z,3.0.5,HAMRS," 1.0.5"," 40m"," KC4TVZ","United States",7.295,SSB,EM73vx," POTA"," K-0662"," GA"," Todd Burnette"," WQ8R"," 20220407"," 20220407"," Flowery Branch",59,59," GA"," 1146","...

bug

It does not help users view the data when all that is printed on the screen is column names. Here is `pillar` output where the number of columns goes into...

enhancement
good first issue

It is common for production pipelines to dump intermediate data. The problem occurs when this data is in parquet format. Wouldn't it be nice if `tv` could read parquet.

enhancement
wontfix

Example: In the image below the word `starships` should begin on a new line to avoid being split. Terminal width is provided to determine how many columns to print. The...

enhancement
help wanted
good first issue
hacktoberfest-accepted

Here I am using the term "ragged csv" like miller. In a standard csv, if a cell is missing `,NA,` it is common to just omit the value, but retain...

enhancement
help wanted

#### What happens? import fails on specific csv #### To Reproduce Example csv file `band_members.csv` ``` "","name","band" "1","Mick","Stones" "2","John","Beatles" "3","Paul","Beatles" ``` ```sh duckdb csv.db D .import data/band_members.csv band_members --csv data/band_members.csv:1:...