Morten Slott Hansen

Results 7 issues of Morten Slott Hansen

near "SEDECT": syntax error (code 1 SQLITE_ERROR[1]): , while compiling: SEDECT SUM(case WHEN group_id is null then group_cnt else 1 end) from (SELECT count(*) group_cnt, group_id FROM job_holder WHERE (...

With the latest version 2 we are getting the following crash which we never had with the previous version. Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecute(SQLiteConnection.java) at...

bug

Regarding this change https://github.com/wasabeef/Blurry/commit/631da3f3e824dac985010376e332f127d4f8d8fb# I'm pretty sure this is causing a nasty crash that we are seeing. This is only happening after upgrading from 3.0.0 to 4.0.0 We get a...

Hi there, Seems its not possible to get this to play nicely with RoboElectric - or am I missing something ? It would be quite EPIC if RoboElectric and okreplay...

With the latest com.android.tools.build:gradle version 8.3.x the greendao tasks is in conflict with the org.gradle.configuration-cache and it has to be turned off. Obviously this isn't great as it slows everything...

Enhancement

I'm getting mixed results when using this. I've put in android:ellipsize="end" app:ellipsis="@string/more" and I see text ending in with "..." or "more". Haven't looked at your code just yet -...

Came across the project as I was looking for a way to identify the label position on a bottle. Everything seems to work fine however after training the model and...