-
Edit: Summary of comments is:
1. So I downloaded commit 8bc33541 of Jsdoc3 which is the last commit before changes started to be made for the Node port (+1) including some Taffy changes.
2. So I hacke…
-
It appears that some [work done around removing the dependency on TaffyDB](https://github.com/jsdoc3/jsdoc/commit/aad7b4896e503b66a29f46c02cc08f84e5535f42#L1L113) broke the template output quite badly…
-
After running the installation command from the README
`npm install -g git://github.com/jsdoc3/jsdoc.git`
I got:
```
# npm install -g git://github.com/jsdoc3/jsdoc.git
npm http GET https://registry.n…
marcj updated
11 years ago
-
I don't believe the taffydb behaviour matches the following example from the documentation. onUpdate is always getting called.
```
db().update({column:"value"},false); // update but do not call onUpd…
-
Renaming `node_modules` to `nodejs_modules` (#161) was a good short-term solution to get npm working with JSDoc. As a longer-term solution that is more Node.js-friendly, I'd like to do the following:
…
-
if you store db using db().store(),
the update method won't work (auto synchronize to localStorage).
The older version works well
-
https://gist.github.com/2601361
took the liberty of creating it myself.
it works, but i never used taffy before so I don't know if that is the best way to do this or not.
would be nice to have thi…
tobsn updated
12 years ago
-
Would like to see a taffy as a node npm module.