Every project should have good docs. However, I do not see any comprehensive documentation of the options available. This makes working with the emulator difficult. For instance, I spent 3 hours trying to get emulator.run() to work without throwing an error because I did not want to use autostart. The solution was to use the add_listener method with the emulator-ready event.
Please add a file documenting all functions and their options. I understand that you are busy so there is no rush to document them; I can also create a file and document some, but not all functions.
Every project should have good docs. However, I do not see any comprehensive documentation of the options available. This makes working with the emulator difficult. For instance, I spent 3 hours trying to get
emulator.run()to work without throwing an error because I did not want to useautostart. The solution was to use theadd_listenermethod with theemulator-readyevent.Please add a file documenting all functions and their options. I understand that you are busy so there is no rush to document them; I can also create a file and document some, but not all functions.