-
Another suggestion: instead use mysql database, why not use a sql serverless JavaScript Database ?
https://github.com/kripken/sql.js/
http://www.forerunnerdb.com/
http://www.taffydb.com/
https://p…
-
Hello,
I work in a closed network and we have our own sinopia storage.
We can't use npm to install taffydb because we can't react github.
can you please consider using something else or use it fro…
-
Hi, the function sum() thinks my floats are strings.
- **Example:** db().sum("close") returns 29.2932.15 instead of 61.44.
- **Note**: The db created below is from a json_encoded array from a php qu…
-
```
Cordova version:
6.3.0
npm WARN thali-test-server@0.0.1 No repository field.
npm WARN thali-test-server@0.0.1 No license field.
> thali@2.1.0 postinstall /Users/ilaryionau/Develop/work/thali/Thal…
-
In the very rare instance when Github was offline last week, "npm install" failed to install jsdoc-to-markdown due to the taffydb dependency in this module that links directly to Github.
Is there a …
-
_Daniel Wagner (@danielwagner) wrote:_
The Makefile-based build process for the qooxdoo.org demos fails while trying to build the server component:
module.js:340
throw err;
^
Error: Ca…
-
```
bob@pc /foo $ git clone https://github.com/meteor/docs.git
Cloning into 'docs'...
remote: Counting objects: 8052, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 8052 (delta 5…
ghost updated
8 years ago
-
Hi,
When I tried to install jsdoc by your instructions, it did not work. No html file was generated, and nothing happened when I tried to execute the subsequent commands. I believe that it has been r…
-
Hi,
I've just cloned the repository and I have problems running tests in a windows command line, some tests fail:
1. git clone https://github.com/auth0/auth0.js.git
2. npm install (see below for …
-
Hi,
I get an error when I try to use array destructuring. I guess this bug is somehow related to #65.
Example:
``` js
const [first] = [1, 2, 3]
```
``` sh
$ esdoc -c esdoc.json
/Users/asc/Projects…