-
I'm currently using Q.js and investigating bluebird.
Would be nice if i could just replace
`var q=require("Q")`
With
`q=require("bluebird")`
What should I expect?
-
We have the following scenario. We have three branches:
- master
- feature-A
- feature-B
Now these actions happen:
- developer A creates migration at 10am in branch `feature-A`
- developer B creates …
-
Original discussion on twitter: https://twitter.com/nickschwab/status/500361966066884608
There are a few SQLite-specific and Postgres-specific clauses in the core SQLBricks library, these should be m…
prust updated
10 years ago
-
On my app, i have some attributes being used as `counter cache fields`. Since I know **sequelize** project, i never have seen about that here. So, this issue could be one of two things, a feature requ…
-
I'm not able to run my tests with node v10
It looks like dill.js extends Object with a function named '$'
Coffeescript uses the the dollar-sign as an object member in the parser.js file
yyval =…
-
Getting the following:
```
$ BLUEBIRD_DEBUG=1 ./node_modules/.bin/knex migrate:make setup
TypeError: Object [object Promise] has no method 'on'
at /Users/wbyoung/Desktop/sequelize-test/node_modul…
-
What are the plans for sequelize with postgres schemas as sequelize moves forwards? I ask because our company has been an early user of sequelize, using it for over 2 years. We have always had some …
joshm updated
10 years ago
-
MediaWiki integration look's like it'll be manageable.
I see that we have 2 options:
#### OpenID
There's already a MediaWiki [Plugin](http://www.mediawiki.org/wiki/Extension:OpenID) for OpenID auth…
-
Is there a simple way to do this? It's awesome that sequelize supports hstore, uuids, and Postgres, but using those things means I need to be able to create/drop extensions in migrations, e.g.:
``` j…
jclem updated
11 years ago
-
I would like send numeric types to ORM (as mentioned in https://github.com/erik-kallen/SaltarelleCompiler/issues/180#issuecomment-17135177). My idea is to somehow add custom metadata in a plugin.
Cou…