Jędrzej Majko
Jędrzej Majko
If you change number of items after first render, they'll not be rendered at all. It's because shouldComponentUpdate do not take under consideration if number of children has changed. If...
https://alibaba.github.io/GCanvas/docs/Graphics%202D.html states that method createImageData is implemented for context. It is not. Furthermore source code lacks any reference to it. Only reference to method createImageData in entire code is in...
TimePicker's OnTimeChangedListener do not fire on Android 5.0.x. Validation of time must be done in onClick method to make it work. Bug: https://code.google.com/p/android/issues/detail?id=78861
All transactions & batch operations are being done on default database. Selecting other db will affect cypherRead/Write, but not transaction nor batch() method. Method transaction() contains following code: `var session...
Build fails because /libtiff.patch location is gone: ` wget -nc 'http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch' --2019-10-01 14:46:32-- http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch Resolving www.cybercom.net (www.cybercom.net)... 64.46.130.10 Connecting to www.cybercom.net (www.cybercom.net)|64.46.130.10|:80... connected. HTTP request sent, awaiting response... 404 Not...