-
I got this issue after ember-cli-fastboot setup
```
MissingAPIError: indexedDB API not found. If using IE10+, make sure to run your code on a server URL (not locally). If using old Safari versions, …
-
**Describe the bug**
Currently, the user can open multiple settings windows.
**Reproduction steps**
Exact steps, both in Ember and within FFXIV, to reproduce the behavior:
1. Open the settings.
…
-
When attempting to create a second table within a single database, nothing happens; the table isn't created and the promise or callback is not fired on any call to setItem, for example.
I'm experienc…
-
Trying to follow examples in [peeps](https://github.com/cerebris/peeps-ember-orbit) repo, which are great.
I am trying to apply it in the multi-addon setup, like:
```
my-app
|- data-admin
…
-
First, let me apologize for filing such a vague issue. Unfortunately, I'm really struggling with how best to resolve it, as I don't see any obvious solutions / workarounds. Therefore, I'd like some …
-
Since some time now (I think shortly after 5.5's release), the overlay just does not appear and when reloading the overlay in the plugin settings of ACT, it throws an error in the console. Rarely, the…
fbl07 updated
3 years ago
-
I have an offline-first application in which I need to catch errors, check the error code and react accordingly.
This application has two stores, the `remote` one is a `JSONAPISource`. The `backup`…
-
store.findAll('task') works fine, but store.query('task', { kind: 'habbit' }) doesnt work, despite there are records in indexeddb and even ember inspector shows that records exists
-
Still haven't tracked this down, but opening up an issue so it doesn't fall through the cracks.
I've managed to get IndexedDB in a state where it just doesn't respond in Chrome after a few tests. See…
-
### Issue
I have an application written in ember js and compiled to desktop using electron. The app works fine when the document size is less than 500MB. However for document size above 500MB, the ap…