Łukasz Rabiec
Łukasz Rabiec
I found the place which causes this strange flickering effect on the slider: https://github.com/chakra-ui/chakra-ui/blob/3a87f68474221ed402fe5d169f7067763c8436d5/packages/components/slider/src/slider-utils.ts#L78-L89 And also calculating thumb style will cause a thumb flickering effect while switching tabs: https://github.com/chakra-ui/chakra-ui/blob/3a87f68474221ed402fe5d169f7067763c8436d5/packages/components/slider/src/slider-utils.ts#L49-L53 When...
Same for me with `plugins: ['@trivago/prettier-plugin-sort-imports', 'prettier-plugin-tailwindcss']` and only the second one works.
I noticed the similar issue: ``` Resolve error: TSError: ⨯ Unable to compile TypeScript: .erb/configs/webpack.config.renderer.dev.ts(2,5): error TS7022: '__importDefault' implicitly has type 'any' because it does not have a type annotation...
Diffview also has no highlighting for changed code (added/deleted has green/red background). It works well in Tokyonight theme. It uses darken method: https://github.com/folke/tokyonight.nvim/blob/735e94f3b36ae8b0caa30d1806eb2fa1c3619ca6/lua/tokyonight/colors.lua#LL119C8-L119C8 It highlights only the background with a...
I added the necessary overrides to make it look better: ```lua overrides = { DiffAdd = { bg = darken(colors.bright_green, 0.15) }, DiffDelete = { fg = colors.bright_red }, DiffChange...
> I had `{"BufLeave", "BufWipeout", "VimLeave" }` and it doesn't respect any of those. It just keeps saving on `InsertLeave` which makes my setup unusable because the autoformatting kicks in...
> I'm not using projects myself, so want to check this fully first before merging. It might also make more sense to put this under extras. > > I'm leaving...
Ofc this is an option. I only asked for other plugins than (telescope)project.nvim, but that's okay and no problem at all. I will stick with tmux.
I faced the same issue with x64 build for windows/linux on mac m1 (arm64 mac version works well on m1). I can't install the version on win x64 nor arm64....
@alex8088 bytecode plugin issue still occurs with Electron 28 and electron-vite 2.0.0. Do you have any ideas on how to solve this problem?