Conner Holden

Results 15 comments of Conner Holden

@ashb Works great for me, thanks!

Same `Ctrl-j` issue. I have tried unbinding this in: 1. Zsh: `bindkey -r "^J"` 2. Bash: `bind -r "\C-j"` The binding stops working in these shells, but strangely enough works...

#### Script ```sh #!/usr/bin/env bash env_name=$1 cp "$env_name".env .envrc sed -i 's/^/export /' .envrc direnv allow ``` #### Example 1. I named the script `de` and put it in `~/.local/bin`...

@stevepryde I noticed that your second link isn't in the readme anymore. Do you still recommend using Selenium Manager or is there a better way? I've been struggling with this...

Same issue on 22.04. I tried following suggestions [here](https://github.com/wilix-team/iohook/issues/55), but they did not work. It's a separate issue, but if you `yarn release-linux`, the `.deb` output starts much faster than...

FWIW the issue disappeared when I removed the `required_version` from the `terraform` block in my `main.tf`.

Did you try restarting neovim? The other models showed up for me after I did this.

I can confirm that Claude 3 is working for chat. ![image](https://github.com/sourcegraph/sg.nvim/assets/80974257/455f9dd2-12d2-49aa-8d37-ad425a4f738c)

Understood! I'll fork the repo and get started on it.

It looks like `getCommit` is under the `repos` API ([link](https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/main/docs/repos/getCommit.md)), similar to `listCommits`. I'm curious whether you prefer using `repos` or `commits`, because it looks like `createCommitComment` is also under...