Edoardo Putti
Edoardo Putti
Another problem is that we would have to merge their json schema with the backend one; this may be a problem we [previously encountered](https://github.com/openwisp/netjsonconfig/issues/93). Otherwise we could push the schema...
> not everyone that wants to slightly extend netjsonconfig may be willing to put the effort to prepare a python package this is not true. making a python package is...
I'm using the latest version published on pypi but with python3 it won't even install becuase it hasn't been updated in a while ```python Collecting pysql Using cached pysql-0.16.tar.gz Complete...
Hi Sébastien, thank you for your help with this. I'm sorry I haven't been able to respond you early. The command is `pip3 install https://github.com/digitalfox/pysql/tarball/master` and the output is ```...
Running with kodev actually surfaces more errors. Most are `attempt to index field 'P' (a nil value)`. One is ` attempt to compare nil with number` I'm not sure why...
> I'm not sure I understand what these stacktraces you get are. We don't get them on normal koreader. You mean you get them after your wrapping (and you didn't...
> From what I see in the stacktraces, all the mess happens when indexing `self` (self.autoexec, self.ui, self.settings), so it feels like you're not passing `self` as the first arg...
Poking around with the debugger I can now say the following: the handlers may be fired before the plugin is initialized. On my laptop I can reliably trigger handlers for...
> Poking around with the debugger I can now say the following: the handlers may be fired before the plugin is initialized. > > On my laptop I can reliably...
Is there a way to run the checks from the CI locally?