-
We already use [Composer](https://getcomposer.org/) for managing PHP dependencies. Having something like this for javascript would be useful as well to avoid need for manual library updates, however s…
nijel updated
3 years ago
-
Hey @morris
First off, great work, I read this last night and really loved your write up and the code. Constraining yourself like you did really makes you think differently about how to do things…
-
From Dev Meeting: 02/14/19
While reviewing https://github.com/phetsims/dot/issues/84, it became apparent that the loosely typed nature of javascript makes refactors more difficult, as seen by the c…
-
**Describe the bug**
The default Node version used by `examples/jsdoc-project` (as is) is 5.5.0, which leads to compliation errors that prevent `generateJsDoc` from completing successfully.
**To R…
-
Perennial had a file called "interactive-descriptions" that was renamed to "interactive-description" for consistency. However, since phetmarks is versioned and perennial isn't this means that phetmark…
-
Please help me out i am getting following from yesterday while building prod server.
Package Manager: pnpm
Node Version: 14.15.3
```
0 info it worked if it ends with ok
1 verbose cli [
1 ver…
-
I'm trying new concept to use agent for data storage together with TaffyDB (javascript based library). Main concept works and i'm able to create and manipulate data.
**Describe the bug**
But I ha…
lixas updated
4 years ago
-
See http://jsbin.com/karoroveqa/1/edit?html,console for a demo of the issue. An exception is raised when creating a database if an element with id `q` exists in the DOM.
This issue doesn't appear wit…
-
## Goal
Add support for range-based queries.
## Check out
- [x] http://taffydb.com
- [x] https://github.com/kripken/sql.js/
- [x] https://github.com/agershun/alasql
- [x] https://github.c…
-
Everything was working well, except today, I was testing my deploys and they usually remove the "node_modules" folder so now if I install the dependencies, it turns out that jest is having some issues…