colton

Results 89 comments of colton

@stichiboi that's awesome progress -- nice work! The multiple requests is less than ideal, and may warrant the need to create a plugin backend for handling the requests, but that...

I am still experiencing this issue for specific applications, notably Firefox (Librewolf). Closed my issue to instead track this one, but more details can be found there: https://github.com/Hammerspoon/hammerspoon/issues/3624 Quite hacky,...

The `keymaps.close` option is being set for both insert and normal mode, see: https://github.com/jackMort/ChatGPT.nvim/blob/main/lua/chatgpt/module.lua#L189-L191 ``` for _, keymap in ipairs(close_keymaps) do chat_input:map("i", keymap, function() chat_input.input_props.on_close() end, { noremap = true,...

@textzenith I think that would be nice too. I don't use it, so I'm not familiar with this, but how does Telescope handle going into and out of Normal/Insert mode?...

@Adoliin & @textzenith this PR https://github.com/jackMort/ChatGPT.nvim/pull/139 adds the `close_normal` option. Let me know if this is what you were expecting. Cheers!

For those who are interested in adding an rss / atom feed to their website via `nuxt/content` without the need for a module, I just did it with my personal...

I wonder if these two may be related - https://github.com/dagster-io/dagster/issues/21051 We'll keep them both open, but just want to link them via comment in case it rings any bells.

> Doesn't work for me. M1 or newer hammerspoon or monterey, I don't know. Wasted a day to figure why. @Bellavene If you’re still interested, I was able to install...

@kiil I've opened a PR https://github.com/jackMort/ChatGPT.nvim/pull/129 that should resolve this issue. It checks that the settings panel is open before cycling windows. If you would like to test this branch,...

> Nui.nvim has its own method to close pop-ups. We should instead leave the user the ability to set its own key maps... @00sapo the user still has the ability...