Giovanni Berti

Results 3 issues of Giovanni Berti

Added check for old `lastUpdate` value and deferred page refresh to compensate for the time the server takes to analyze the pages and to update `dashboarddata.json` It does not **really**...

In recent `jni` versions `jni::errors::Result` its error variant can no longer be constructed from a string. making the type useless for library code and/or application usage. We should refactor this...

good first issue

This would change `Field` definition from ```rust struct Field { /* ... */ } ``` This change would allow: 1. More type safety around fields (you could not directly assign...

enhancement