selankon
selankon
Implements necessary logic to show scan results on the frontend: * Save mesh scan results on a file located at `/tmp/fbw/lime-scan-results.json` * Send downloaded configuration files, together with scan results...
On Android device, on receive a sharing intent, it makes a copy on the app cache folder. This is slow for a big files, and also, could be not the...
It could be useful to know the average expense per day in a budget, as the app Travel Spend do. The formula should be something like: ``` (totalBudgetMoney-alreadySpendMoney)/daysFromStart ``` I'm...
Hi, I would like to use this plugin on my app, but we would like to have the possibility to have offline maps. I'm not sure of how difficult is...
Following readme isntructions, after running `npm run dev`, I have to force to reload the app to see the "hello world". Is this a bug? Is Electron problem? Thanks in...
I think this files are not needed, they do nothing. Or are they needed to build release?
Hi, I found that the api returns a 401 error. Modifying the get_weather script, adding https:// on the api_prefix variable should fix it.
Add a warning advising that latest lime packages breaks the interfaces configurations
Fixes #1069
I noticed that if I use the RPC call: ``` ubus call eupgrade is_new_version_available '{}' ``` It will always return false (actually something like `{"status":"ok"})`. This is because of the...