XMitja
XMitja
I can reproduce it on my 2.3 device with ActionBarSherlock-Sample-Demos-4.2.0.apk, different sequence from gramotei though: 1. Run ABS:Demos from ABS 4.2 2. Select Action Modes 3. Click "Start" button 4....
I noticed it failed with the example app too when switching between laser and nasa sources, I made a one-line fix by calling reset before setting source: #1169
confirmed, when mobile hotspot is running on my win10 it prevents ping to 127.0.0.1 while ping to ::1 works (even though TCP connects normally on both localhosts), this makes gradle...
the problem seems to be partially caused by the isReachable check in this commit: https://github.com/gradle/gradle/commit/490d43b1dab537f1ab5df8974b14329b8da2d397 maybe it's unnecessary to check if a loopback address is reachable? InetAdress.isReachable is not so...
yeah I just rolled my own gradle with isReachable check reverted, works fine now [a.txt](https://github.com/gradle/gradle/files/5512384/a.txt)
I have a bunch of json/jsonb columns, functions and casts, doing exhaustive overrides got rid of all the []byte outputs overrides: - db_type: "pg_catalog.json" go_type: "encoding/json.RawMessage" - db_type: "pg_catalog.json" go_type:...