Edoardo Putti
Edoardo Putti
Properly logs exceptions happening in wrapped code. The `retry` wrapper is hiding exceptions happening in user's code. This PR will allow users to inspect the logs and see where the...
The extension was not registering itself with the framework and was not working as expected. Using the configure block alone now will work for most of the required settings ```ruby...
Errors in plugin loading are not actionable. This patch is a draft on top of #13677 and it adds a LoaderSandbox. I tried to achieve the following: 1. Get the...
Errors in plugins are logged but they are not actionable. As a plugin developer I expect some help from koreader. This patch provides a way to get a lua stack...