darylkell
Results
2
issues of
darylkell
Can't hide the options once they have been revealed. Recommended fix in /prompts/expand.py for the help_choice function: ``` def help_choice(event): ic._help_active = not ic._help_active ```
book.locations.generate() is slow as it runs sequentially. On one book that takes 19.6 seconds to load, this was reduced on my machine down to 0.5 seconds. Assuming `ePub` is the...