Pavan Kumar

Results 4 issues of Pavan Kumar

Right now single route ("/api/abc") with more than one method ( GET, POST) can point to single function. E. g. ``` javascript module.exports = { '/api/abc' : { method: ['get','post'],...

enhancement

Say i have collection named `trip` and `users`. Trips contains userId which points to user in user collections. Is there a way to in this library to join these to...

Let's say I have declared collection as follows. ``` javascript Books = new Mongo.Collection("books", {idGeneration :"MONGO"}); ``` and crated tabular table with following selector ``` javascript TabularTables.BooksTable = new Tabular.Table({...

potential bug
will accept pull request

#### Description I am trying to send an INVITE request whose size is around 4000 bytes. However, I receive the following error: ``` {"level":"debug","caller":"transactionLayer","error":"size of packet larger than MTU","req":"INVITE sip:[email protected]...

will be supported