-
Hi,
I am developing an offline application which is using the appcache. I realised that safari on ios did not display the fontawesome font properly, when refreshing from offline. The same goes for saf…
-
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…
-
```
The main point of this article is to show a practical usecase for IndexedDB.
Specifically it covers two parts:
In the first part, I show how we can suck down data from a remote server and
add i…
-
I have Google Chrome extension which get data to IndexedDB with Dexie and it works okay, however, when I try to get that data from another HTML page I get an empty array.
```
…
-
Rob,
Thank you for being patient. I have continued to work on my CodePen demo to get the the heart of the problem. Why? Certainly not to bother you, since I think you have done a great service creati…
DrYSG updated
8 years ago
-
```
The main point of this article is to show a practical usecase for IndexedDB.
Specifically it covers two parts:
In the first part, I show how we can suck down data from a remote server and
add i…
-
It's come up a lot (e.g. https://github.com/pouchdb/pouchdb/pull/3522) and it's really useful, so it should be in the documentation.
-
I was wondering how I can reset an auto-incrementing primary-key to 0? It looks like clearing the table doesn´t help. The only workaround I have so far would be to delete the database and import the d…
-
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…
-
```
What steps will reproduce the problem?
1. The script is compressed but, rename the tags value, checked, etc
2. If I put the same javascript in a file and use closure compress, it maintain
the tag…