Results 8 comments of DJ Madeira

Maybe this would be better to include in the best practices guide in #22? I agree that this is probably out of the scope of the plugin. _Not_ having it...

This is already supported; use `g:ack_use_dispatch = 1` (you'll need to install vim-dispatch first)

I figured it out. It seems that smart case doesn't work when using ag as the ackprg. So when I search a string that has a capital letter in it,...

Yes, this would be really helpful because right now the only two options are 1. don't use this plugin and manually deregister & register JS, or 2. minify & concat,...

So it works to de-register and re-register, then have the plugin pick them up and concatenate? That's not so bad. Thanks! What happens when some JS in a concat group...

Trying to get these specs typed up, @dblock can you point me to the source code where rollups are implemented? The [docs page](https://opensearch.org/docs/latest/im-plugin/index-rollups/rollup-api) isn't nearly complete enough for me to...

Added specs for [rollups](https://github.com/opensearch-project/opensearch-api-specification/pull/283) and [transforms](https://github.com/opensearch-project/opensearch-api-specification/pull/288)

@nhtruong any idea when we can expect these? Is this a relatively simple change?