primus11
primus11
For some of you the problem might be really the one mentioned here [org.openqa.selenium.remote.ProtocolHandshake createSession Error #707](https://github.com/appium/java-client/issues/707). INFO that is output is not problematic but it can be interpreted as...
In Java same error causes StackOverflowError (adding here so that other can find this issue faster) ` at io.appium.java_client.AppiumBy.findElement(AppiumBy.java:45) at org.openqa.selenium.remote.ElementLocation$ElementFinder$1.findElement(ElementLocation.java:136) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:80) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359) at io.appium.java_client.AppiumBy.findElement(AppiumBy.java:45) at...
Worked further on this, PR being here: https://github.com/Nozbe/LokiJS/pull/5 I know this isn't perfect but might still come handy for someone. I tried to keep minimal change but sadly couldn't once...
I can move it yeah if that is preferred. My thinking at the end was that it maybe belongs to `requiresUpdate` and that if possible it is better that it...
by default local conflict resolution will be performed where local columns will overwrite remote ones [export function resolveConflict](https://github.com/Nozbe/WatermelonDB/blob/62774d5ebc4aa9ed6a2f61c8d4e795b32322cec6/src/sync/impl/helpers.js#L11) If it would be preferred to completely ignore remote changes in this...
Did you manage to solve this? Didn't go into detail but there is explicit check for [updatedAt](https://github.com/Nozbe/WatermelonDB/blob/62774d5ebc4aa9ed6a2f61c8d4e795b32322cec6/src/Model/index.js#L130). I don't think these fields are mandatory but if defined they should be...
https://github.com/parallax/jsPDF/pull/3718 This isn't really solving the original problem but it does help. It might be better to update html2canvas and add option to reorder elements based on their vertical position....
> I didnt update my Android studio to new Arctic fox version,because lombok plugin will not work. While upgrading, Android studio warns Lombok plugin cannot be used with new version...
Will do but won't be very fast because I am on completely different project atm.