flutter_ecommerce_app icon indicating copy to clipboard operation
flutter_ecommerce_app copied to clipboard

E-Commerce App built in flutter

Results 69 flutter_ecommerce_app issues
Sort by recently updated
recently updated
newest added

执行 eval "$(lua ~/z.lua-master/z.lua --init zsh)" 报错 zsh: parse error near `alias' 请看一下,谢谢

There is a conflict between oh-my-posh and z.lua. When oh-my-posh is running z.lua stops updating it's database. I have no idea what is going on there, but I found an...

vicfg $ (master) eval "$(lua.exe ~/z.lua --init bash)" bash: @echo: command not found bash: setlocal: command not found bash: syntax error near unexpected token `(' 在git bash中执行以上命令报错,请看一下,谢谢

我的环境是 win11 wsl2 ubuntu20.04.6LTS ``` eval "$(lua /path/to/z.lua --init bash)" ``` `.bashrc`的配置 但是每次我调用z之后,ps看进程就会多一个bash和lua,window进程看lua的cpu占用还挺高

I tried installing z.lua in windows cmd with clink I followed all the three steps mentioned in the readme but when i enter z foo the directory does not changes,...

教程警告中只提到了startship的问题,但是貌似对于所有的prompt初始化语句倒要放在prompt初始化的后面,否则貌似都会出现问题。我在使用oh my posh时也出现了问题,但是再把invoke放在后面时问题也解决了

When using the plugin inside a Cryptomator vault, it doesn't work and triggers a very interesting error message. 1. Download and install [Cryptomator](https://cryptomator.org/) on Linux 2. Create a new vault,...

Lets say I defined `export _ZL_FZF_FLAG="+s -e +i`. And I expected this should trigger case-sensitive search to ~/.zlua, but seems it does not. Here is a simple example I made....

Using '|' as the data separator caused crashes if a path with a '|' char in it was in the data file. Changing that separator to a null byte ensures...

有时候想要 cd 到某个文件的目录时,往往会先复制这个文件的文件路径,然后删除文件名后再 cd。 如果 z 能够支持当路径是文件时,直接 cd 到它的目录的功能就好了。 谢谢!