Yasuyuki Matsumoto
Yasuyuki Matsumoto
I want to use vim's default keybindings (Ctrl-w + hjkl) to move between vim and tmux So I set it as follows: init.lua (NVIM v0.6.0-dev+bec7f47ce) ``` local map = vim.api.nvim_set_keymap...
 ``` ```
Added bufferline support to match the original ref https://github.com/primer/github-vscode-theme/blob/main/src/theme.js#L163 https://github.com/primer/primitives/blob/da4ffd338a41bb1f653e096c8b886db4834b3715/data/colors/vars/global_dark.ts#L100 https://github.com/primer/primitives/blob/cb66b57be785d2709acf82b272edf4f9e8243101/data/colors/themes/dark.ts#L56
**Describe the bug** I upgraded the version from 2.9.10 to 3.3.2 and it stopped working. **To Reproduce** I am creating a generic function that wraps useForm ```tsx import { DefaultValues,...
### If the feature request is for a plugin or theme, specify it here. _No response_ ### If the feature solves a problem you have, specify it here. _No response_...
### Issue workflow progress https://github.com/dotansimha/graphql-code-generator/issues/9659#issuecomment-2214736878 _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox >...
## Task description .cursorrules has been deprecated Use .cursor/rules instead ## Background > For backward compatibility, you can still use a .cursorrules file in the root of your project. However,...