Greg Hurrell
Greg Hurrell
With all the breaking changes, considering moving back to good ol' CentOS or Fedora. Remembering how big the move was to [Amazon Linux 2](https://wincent.com/blog/simplified-ansible-set-up)... [Amazon itself lists alternatives here](https://aws.amazon.com/mp/linux/).
Things are much better separated in the `next` branch, so closing this.
Just wanted to note that I'm still toying with the idea of generating static HTML, although also weighing that up against other things like using React Server Components (see [RFC](https://github.com/reactjs/rfcs/blob/7f8492f6a177fc33fe807d242319f2f96353bf68/text/0188-server-components.md))....
Going to spitball some ideas here about what to do with my schema artifact. I've been thinking about this for a few days now (not actively, but wondering if my...
Was that just a straight-up rebase @miallo with no changes?
> 💡 Absolute path search @Takuzen can you elaborate a bit on how you'd want such a thing to work?
@rieje Have you tried [nvim-telescope](https://github.com/nvim-telescope/telescope.nvim)? That has a pretty good preview functionality (honestly, better than Command-T is ever likely to have, which is why I bring it up... Command-T will...
Thanks for the report @jaapie — split off into a separate issue here: - https://github.com/wincent/command-t/issues/418
Closing some old stale issues.
Good catch @niloct. This is a missing feature in the Lua version. The Ruby version [used the `g:CommandTTraverseSCM` setting to control this behavior](https://github.com/wincent/command-t/blob/23d2860931dcbcbdfb3543bed002e35d7b3b898b/ruby/command-t/lib/command-t/controller.rb#L134-L142), so we'll need something similar for the...