randomizedthinking

Results 20 issues of randomizedthinking

I noticed that `sqlformat` will concatenate statements together when using `-a` (`--reindent_aligned`) to format files. Below is a screenshot to show the issue. Basically, after formatting the file, `sqlformat` simply...

The default BUFSIZ parameter on most Linux systems is simply 8K. On my box, a `dd` command shows a buffer size of 512K would have much better performance. I wonder...

enhancement

I use swiper a lot, and feel there is one place that the swiper results sorting could be improved. Below is one example to illustrate the differences between swiper, fzf,...

The table edit function of vimwiki is quite nice. Here the code is ported to pandoc with minor modifications. It would serve as a good starting point to add more...

First, thanks for the nice package. I was working on a problem and noticed the plotnine implementation of `geom_bar` is slow especially for stacked bar plots. Below is an example:...

Enhancement
Performance

@metasoarous I wonder whether you have plan to augment oz into a full-fledged DSL for vega-lite? For instance, there is already one such package for R: https://github.com/hrbrmstr/vegalite. Given the power...

This is not an issue per se, but a suggestion to add `pandoc` as a markdown formatter. I used to use `remark` to format markdown files, yet not quite satisfied...

The package is very nice, yet I noticed one issue that pangu-spacing will destroy Chinese alignment in org-table. Please see the screenshot below for illustration. The texts are aligned if...

When a backslack is inside a grave accent, it loses its special meaning. Yet, vim-pandoc-syntax didn't handle it correctly as of now. For instance, `\` -- the second grave accent...

bug

The syntax checking does not work. A few symptoms: 1. When a file is edited, the on-the-fly syntax checking does not get triggered; 2. When a file is edited then...