valinaga
valinaga
After adding acts_as_messageable i'm constantly getting multiple warnings like this: Creating scope :readed. Overwriting existing method ActsAsMessageable::Message.readed. for every invocation of an User instance. Do you have any idea? Thanks
I foud out that checkbox response is very slow when tapping on IOS. Not that bad on Android, but IOS is bad. Multiple taps are required to check or uncheck...
a quick fix for input with data-clear-btn=true since it doesn't display the clear button. you can add this to pagecreate, but maybe include it in the core. $(".ui-input-has-clear .ui-input-clear").removeClass('ui-icon-delete ui-btn-icon-notext').css('padding-right',...
I noticed for some time that the inner TOC links are not working in the epub. After the book loads ok and display ok, any attempt to follow an inner...
Hi, For the latest version, 0.0.103 it seems that updating location with cfi does not work anymore. A `location: start.cfi` does not trigger a `onLocationChange` and does not render the...
How can I load the yml reports definition from DB instead of files? This will allow to build/update on the fly reports without restarting the server. Any idea ? Thanks...
Hi, Any ideas on how to reload the YML configuration on demand, without restarting the server? If any yaml configuration files are generated on the fly, need to be reloaded....
If you pinch the screen to zoom out beyond a certain size, the app crash with this exception: `java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(Native Method) at android.view.MotionEvent.getX(MotionEvent.java:2072) at android.support.v4.view.ViewPager.onInterceptTouchEvent(ViewPager.java:2092)...
In android I get this at startup: java.lang.IllegalStateException: Native module RNFSManager tried to override RNFSManager for module name RNFSManager. If this was your intention, return true from RNFSManager#canOverrideExistingModule() ver. 1.5.1...
For epub documents which includes these special symbols, exception was raised if not found. Adding them to entityMap fixed the problem.