qianlifeng

Results 48 comments of qianlifeng

> how do I activate it? Like does the application get installed on my system? And then if I want to make any changes, do I need to rebuild the...

> hm, works fine when i run it from inside the wox directory, but not when I do just dev from the root directory. Is this not where I set...

> Is there a way to just run the flutter application independently to make frontend changes and use normal flutter run? Run the wox in dev mode `go run .`,...

> I run go run . and then nothing happens. Is there some prompt that's supposed to allow me to do flutter reload after this command executes or something? Like...

Please check if you start multiple flutter instances. `flutter run` should only start only one flutter UI.

Sorry to hear that. I don't know that much about your dev env, maybe you forget stop prev flutter instance or some other actions you may mistake. Maybe you can...

Can you please provide the log file? >please upload wox log to help identify your bug. > >C:\Users\\.wox\log\log if you use windows

Please try the latest version and it should be fixed now.

Sorry, python plugin is not ready. You can make nodejs plugin for now. If you interested in Nodejs plugin, you can refer [DeepL Plugin](https://github.com/Wox-launcher/Wox.Plugin.DeepL) as an example.

1. Go to DeepL Plugin folder and run `pnpm run dev` 2. Go to Wox Plugin Manager setting page and add DeepL Plugin folder to the `Local Plugin Directories` 3....