Chris Lowder
Chris Lowder
> Search Insights are not supported by DocSearch yet. We are planning to support [Autocomplete plugins](https://github.com/algolia/autocomplete/tree/next/packages/autocomplete-plugin-algolia-insights) before the v3 stable release, which would make this possible out of the box!...
> I don't know what this could be. You could try commenting out portions of `rails#buffer_setup()` and see if you can narrow down the cause. Hi Tim, first off thanks...
> It's a start, but narrower would be more actionable. You may need to dive into the `s:BufProjectionCommands()` definition or even deeper. Interestingly, in `s:BufProjectionCommands()` it seems to be the...
In our case we're working around it for now by running the program directly. ```go s := spinner.New().Title("Waiting…") p := tea.NewProgram(s, tea.WithContext(ctx), tea.WithOutput(os.Stderr)) _, err := p.Run() ```
Apologies for the clumsy first attempt. I've given it a proper run through. It seems like the right thing to is to eat the `tea.ErrProgramKilled` error. Which is generated because...