Munif Tanjim

Results 164 comments of Munif Tanjim

Hmm... I think I misunderstood your problem. Now I understand exactly what you want. I'd suggest to modify the solution from https://github.com/zbirenbaum/copilot.lua/issues/74#issuecomment-1301498938 to this: ```lua local augroup = vim.api.nvim_create_augroup("copilot-disable-patterns", {...

Copilot Lab has a separate agent.js (just like copilot/dist/agent.js). If somebody can figure out the the endpoints from that, it would be fairly easy to do the rest. If somebody's...

> Is that the old copilot-labs extension or the new one? Ah dang, there are multiple? 😂 I had no idea. I only played around with it for a few...

btw, it's not really `agent.js`. But it has a `extension.js` file. Guessing all the magic happens there.

> I don't have a ton of experience with OAuth stuff, since you wrote the authentication code here I was wondering if you knew how hard it might be to...

Hello @ShrutheeshIR, Something like this should work (absolutely not tested): _flags.json_ ```json { "stringFlag": { ... }, "numberFlag": { ... }, "whateverFlag": { ... }, ... } ``` _src/commands/doit.ts_ ```ts...

If your cursor is inside the panel, you can just run `:quit`. Or do you want to close it when your cursor is not inside panel?

I didn't work on it yet, because nobody really asked for it till now. I think you can take a look at https://github.com/petertriho/nvim-scrollbar. Either use that plugin directly or take...

Just faced this: ```sh ❯ gh version gh version 2.21.1 (2022-12-23) https://github.com/cli/cli/releases/tag/v2.21.1 ❯ GIT_TRACE=1 git push 02:06:34.296392 git.c:460 trace: built-in: git push 02:06:34.314981 run-command.c:655 trace: run_command: GIT_DIR=.git git remote-https origin...

The README is updated by https://github.com/MunifTanjim/prettier.nvim/pull/19. Try that to see if your problem resolves @mustafaergul .