-
### Related problem
Currently, the `stor` commands only operate on the builtin `memdb1` in-memory database singleton, and users cannot create their own in-memory databases.
This results in serve…
-
While executing for instrumentation testing ends up with an error
```
Testing started at 5:24 PM ...
06/16 17:24:16: Launching ApplicationTest
No apk changes detected since last installation, skippi…
-
All of our recent (Android 7.0) devices we test on work great, but with some older devices we test using AWS Device Farm that are on Android 5.0, we see a pattern that 20% of the 100 or so devices tes…
-
It looks like after I implemented a retry work around for the failing to save parse installation bug I might have hit a new bug?
My retry code looks like this:
```
// Initialize the parse installat…
-
package com.samsung.androidday6sqlite;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.net.Uri;
…
-
Hi guys! I've got an app crash after multiple app switches from recents screen.
I initialize Amplitude once in onCreate method of Application class.
Here is the stacktrace:
> E/SQLiteLog: (28) fa…
-
[VM/values/types] add new `:typeset` type?
or... could this be encapsulated in our existing `:type` values?
https://github.com/arturo-lang/arturo/blob/7b87504ed1fcb7ef40bb03a3bb37503294ba4fb9/src/vm…
-
Hi,
I've incremented my DatabaseManager version from version 1, like so:
```
new DatabaseManager(
Storm.getApplicationContext(),
Constants.DB_NAME,
2,…
aemxn updated
8 years ago
-
```
What steps will reproduce the problem?
1. Go to any table with records greater then circa 60000
example phpliteadmin.php?table=BIGdata&action=table_sql
2 Executing a query with a results greater…
-
```
Create the MCruxSpec file specifications.
The exact MCrux meta data to be provide by the user as an XML file.
This file will be used for Starting up and creating various views of the
Application.
…