stream-node-orm icon indicating copy to clipboard operation
stream-node-orm copied to clipboard

NodeJS Client - Build Activity Feeds & Streams with GetStream.io

Results 23 stream-node-orm issues
Sort by recently updated
recently updated
newest added

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...

dependencies

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes Sourced from sshpk's releases. v1.16.1 Fixes for #60 (correctly encoding certificates with expiry dates >=2050), #62 (accepting PKCS#8 EC private keys with...

dependencies

enhancement
help wanted

here's my code `export const ArticleSchema = new Schema( { slug: {type: String, lowercase: true, unique: true}, title: { type: String, required: true, }, body: { type: String, required: true,...

Another dev I'm working with ended up hunting for half-an-hour looking for a reason why an activity wasn't triggering as expected, turns out there was a typo in the field....

Since there is room for multiple backends, wouldn't it be nice to make this a configuration option? So in getstream.js you would have: `exports.config = { backend: 'waterline', ... etc...

It seems that this module now loads alle backends. e.g. It always loads Mongoose even if you are not using this in your own application. Shouldn't only the backend that...

To make the module more flexible, would it be an idea to instantiate the Feedmanager with an object? Instead of a file in the application's root? In my case I...

I'm working on a project that's built on Koa2 and RethinkDB. Could I integrate stream-node-orm in?