R. Srinivasa Raghavan
R. Srinivasa Raghavan
Is there a way to invoke jscs auto fix as part of "save" of a file?
I wanted to understand if any existing feature is present or planned for something like below? ``` var fsm = new StateMachine({ init: 'solid', transitions: [ { name: 'melt', from:...
Loopback 3 is reaching end of life by december 2020, what is the next plan?
Easier for quickstart. Also, need to have a list of all modules that can be used as addon to get full features of base entity in new version.
After this commit: https://github.com/mongodb/node-mongodb-native/commit/39102e11d6c905986b0971a49ace2afb770d87b2 We are getting below issue: $ node . Connection fails: { MongoError: option host is not supported at validOptions (/home/rsr/work/ev-foundation/node_modules/mongodb/lib/mongo_client.js:50:14) at Function.MongoClient.connect (/home/rsr/work/ev-foundation/node_modules/mongodb/lib/mongo_client.js:194:13) at MongoStorage.connect (/home/rsr/work/ev-foundation/node_modules/loopback-component-storage-mongo/lib/index.js:53:34)...
### 🚀 Feature Request When executing tests, one is unable to run the tests concurrently. The concurrent execution is tightly coupled with workers, which need not be the case. We...
**The problem I'm trying to solve:** I am trying to download attachments on a github issue using commandline. **How I imagine hub could expose this functionality:** hub issue download 134