mahiki
mahiki
Mac OS users can manage all their packages and binary installations with [homebrew](https://brew.sh/), its a huge convenience for updating packages and for migrating to other machines. #### example package `tmux`...
tad is excellent for business users who need to quickly review and filter/pivot large text files of 1M+ rows. Most business users who are trying to analyze or report on...
It would be very helpful if each macro/command had an example in the docstring. For example, I've been having a lot of trouble using `@rtranform` to make a new column...
I'm a package user, not a developer so I apologize in advance if I am missing something obvious in the API descriptions. **My use case:** I'm consuming output of some...
I can't use Parquet.jl because there is a problem reading Date-typed columns. They are reading into Julia DataFrames as an Int32 -- I'm pretty sure parquet files are supposed to...
This is really a brilliant piece of software, and when you need something like this a google search reveals *very few* options, gnuplot with `set terminal dumb` is the main...
I'd like to use the PDF functionality to simply convert an HTML file (a tabular data report) to a pdf page and save it. I know this is not in...
I've successfully configured an ODBC connection to my companies Trino DB. Its working great and I'm thrilled to have a smoother path into my julia workflow. It took waaaay too...
The `SlackWebhook.notify` method forgot to include `subject` keyword in definition. # Expectation / Proposal Update the method definition to supply the `subject` keyword to the method definition. The kwarg is...
Great extension, much needed! I want paste operations to overwrite chars, currently in overtype mode the cmd-v (macos) operation is the same as insert mode, the existing chars are scooched...