Tomas Slusny

Results 209 comments of Tomas Slusny

Alright so I was pretty bored and found [this](https://github.com/smolck/command-completion.nvim) as example and tried to implement it properly here: https://github.com/deathbeam/dotfiles/blob/master/nvim/.config/nvim/lua/config/cmdline-completion.lua . ![image](https://github.com/echasnovski/mini.nvim/assets/5115805/3db249e9-0cf2-48f1-a423-06283ef6aff1) Im not sure if you would be willing to...

Also encountered this issue, but in broader sense, the `brief` fields being returned instead of the whole model in the swagger definition is incorrect even outside of just the `count`...

You mean reset button for everything? sure thats possible,but at least atm every option has reset button separately as well

I actually originally had this but then I was doing some restructuring and it broke so I disabled it. I will try to readd it when I will have some...

Does map mob count being volatile or not even matter in the long run? Currently what I do for scoring the maps is: ``` ceil(10 * (mob_count - min(mob_counts)) /...

As this is just opening the native neovim interface im not sure if it is possible and I definitely dont want to implement custom one as thats the whole point...

https://github.com/neovim/neovim/issues/15551 Looks like there is neovim issue open for this so better to track here I think

Are you sure you are specifing the proxy correctly? Usually proxy urls are just http. And from curl docs if you omit the protocol (e.g http://) it uses http:// by...

Also re: hanging indefinitely, this is probably something we should handle as error properly, do you have logs? See :CopilotChatDebugInfo,

``` After you configure content exclusion, the client (for example, the Copilot extension for VS Code) sends the current repository URL to the GitHub server so that the server can...