You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Fist of i understand the whole plugin thing is still experimental but, this might be worth to consider, form the point of developing Plugins. Currently while developing Plugins i have to manually start/stop the plugin for it to actually refresh the changes.
Describe the solution you'd like
Maybe add a Plugin auto-reload functionality that checks the plugin file hash for any changes. If the file hash has changed from the previous one start/stop (restart) the plugin automatically.
The text was updated successfully, but these errors were encountered:
This should be working now. Still if you are on Windows, you might need to stop the plugin first before swaping the binary due to OS limitations. Use -dev=true to enable on-start auto reload when starting zoraxy, or you can find the toggle under the plugin tab.
thank you very much for your work, makes it easier now to work on plugins. (thankfully i use linux so the OS limitation should be no big deal). I'll have to wait for your next release though to actually test/use it.
Is your feature request related to a problem? Please describe.
Fist of i understand the whole plugin thing is still experimental but, this might be worth to consider, form the point of developing Plugins. Currently while developing Plugins i have to manually start/stop the plugin for it to actually refresh the changes.
Describe the solution you'd like
Maybe add a Plugin auto-reload functionality that checks the plugin file hash for any changes. If the file hash has changed from the previous one start/stop (restart) the plugin automatically.
The text was updated successfully, but these errors were encountered: