Tasnim Ferdous
Tasnim Ferdous
> Same happened with me today! `$ zap install guiscrcpy` `? Choose a release continuous` `? Choose a asset guiscrcpy-v4.12.0-8-g97c0bcd.dev.r.glibc2.31-x86_64.AppImage` `Downloading guiscrcpy-v4.12.0-8-g97c0bcd.dev.r.glibc2.31-x86_64.AppImage of size 122.24 MB.` `? Proceed? Yes` `Downloading...
For those who wants a workaround for now, Here is an example, ```lua local function rename_file() local source_file, target_file vim.ui.input({ prompt = "Source : ", completion = "file", default =...
A workaround for now is `pnpm exec` Install the cli tool as a (dev)Dependency, then run the tool with `pnpm exec tool_name args` example of running cli tool named prisma:...