Luit
Luit
On mobile the avatars are way to big and obstruct the whole page.  For debugging: iPhone 5S
### Description of your *pull request*, and other information This PR removes Reddit comments and replaces them by Disqus comments. Reddit comments are a pain in the ass and they...
# Changes ## Desktop app EtherScamDB can now be run locally using Electron. The desktop app contains some features which are disabled on the production website such as: - Light...
https://medium.com/@etherscamdb/breaking-api-changes-in-v3-646217a22bac
## Todo - Add `CHAINID` opcode at `0x46`, which pops 0 stack arguments, and pushes the current chain ID onto the stack (256-bit value). - Add `SELFBALANCE` opcode at `0x47`,...
- Bump version to 0.4.0 - Update all dependencies - Removed lots of double promises (promise inside a promise) - Implemented request-promise-native - Used util.promisify for db actions - Some...
Currently the interval for polling the PostNL endpoint is hardcoded at 90 seconds ([here](https://github.com/arjenbos/ha-postnl/blob/55d13e97e216453ef66cf288642985ba1eb5a03c/custom_components/postnl/coordinator.py#L29)). To me this seems a bit excessive in most situations, so it would be nice to...