ShortArrow

Results 10 comments of ShortArrow

I haven't used django recently and can't decide if I should close this issue. I am disappointed to me😭.

Thanks, it works. Next, I will try write test code for ci. In current, I am beginner for lua and vim. So, your code is helpful for me😀.

I have turned away from this issue for a long time, but I am back. If you don't mind my asking, what material did you refer to when writing the...

Thank you for your helping. I'll read plenary.nvim, and try nvim_win_get_option! Your advice helped me realize that. Changing the test requirement from "actually displayed" to "success neovim settings rewritten" ,...

This is just a status report, but I hope it helps someone! I had get error message after write this to `~/.bashrc`. ```bash export ZELLIJ_SOCKET_DIR="/run/user/$USER/zellij" ``` More precisely, 1. Start...

@AriPerkkio Maybe I was tired when I post this issue. I was seeing this command `pnpm dlx storybook@latest init` , auto generate `.storybook` folder and `src/stories`. I will rewrite Issue.

I didn't have the time to figure out the root problem and fix what was causing it, so I resorted to the nonsense solution below. Nonsense solution ```ts import React...

Maybe adding `placeholder` here will solve the problem? If so, is anyone preparing to pull request? https://github.com/creativetimofficial/material-tailwind/blob/b13e155ad0bb99a1a1d5922be0d9cbb695f5fbdb/packages/material-tailwind-react/src/components/Button/index.tsx#L56-L62

My pnpm project is fixed this problem with that `.vscode/settings.json`. ```json { "vitest.commandLine": "pnpm vitest" } ``` ## env - pnpm vitest --version - vitest/0.33.0 linux-x64 node-v20.8.0 - pnpm --version...

Broken my config after update to `vitest v1.*.*.`. `vitest.commandLine: "pnpm vitest"` in the `settings.json` is also not working. ![image](https://github.com/vitest-dev/vscode/assets/16986253/5b224762-dfd8-4899-92f4-08302f761c14) ![image](https://github.com/vitest-dev/vscode/assets/16986253/572e4b18-13ec-461c-9d71-1f06c1b173e9) ![image](https://github.com/vitest-dev/vscode/assets/16986253/6021fe02-b7c0-473d-bad1-c0527495dbc0) ```text [INFO 4:06:23 AM] Vitest Workspace [app]: Vitest version...