-
Currently, all requests must be entered from scratch - there is no way to have requests preserved between sessions. It would be awesome if the requests could be named and stored for later retrieval.
-
From [IRC today](https://botbot.me/freenode/pouchdb/2015-02-14/).
```
Uncaught InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase':
The database connection is closing.
```
```
M…
-
Hey, I thought I’d try out the PouchDB in-memory adapter to see if it would speed up my acceptance tests. I’m unable to create any databases, though, they fail at [this line](https://github.com/pouchd…
-
(Previous discussion: https://github.com/pouchdb/pouchdb/pull/5137 #5128)
**TLDR:** I have three questions for the community:
1. `@pouchdb/` or `pouchdb-` prefixes for package names?
2. How to name p…
-
On: https://github.com/broerse/ember-cli-blog/tree/master/app/adapters the live updating stopped working. If you now change something in one browser you don't see the change until you switch to an oth…
-
The default behavior of `DS.JSONSerializer` is to not serialize the many side of bidirectional hasMany relationships. See emberjs/data#2494 for links to discussion about this.
The upshot for `ember-p…
-
Say I want to insert a CodeMirror IDE inside a surface, or a JQuery UI (eg. jsTree), or an Ember component, etc...
There doesn't seem to be a documented way to insert content into a Surface except fo…
-
I keep getting this error:
``` console
Uncaught (in promise) DOMError {}message: "The requested version (1) is less than the existing version (2)."name: "VersionError"__proto__: DOMError
```
I am us…
ioleo updated
8 years ago
-
It will make your life way more easier if you do.
http://www.ember-power-select.com/docs/asynchronous-search
ghost updated
8 years ago
-
Hey guys, here's my setup:
Torbafile:
```
npm "angular", package: "angular", version: "1.2.23"
npm "angular-ordinal", package: "angular-ordinal", version: "2.1.3"
npm "angular-route", package: "an…