Peter Marton
Peter Marton
@DonutEspresso fixed the npm tag, but this is still an issue.
It wasn't intentional
@nwhitmont thanks for reporting it. Was it possible to search for specific content earlier? Like for a particular name of a plugin or a server method? cc @retrohacker
I checked out the https://github.com/restify/restify.github.io/blob/master/search.json file but Jekyll basically knows only about the main pages, the content is a black-box. For a more detailed search, we would need to parse...
@braydonf thank you for the detailed report. Yes, the issue origins from the fact that the current release of `restify` extends the core `http.IncomingMessage` and `http.ServerResponse` objects and it causes...
Duplicate of: https://github.com/restify/node-restify/issues/1540
You are absolutely right, apologies for it. I wanted to link something else here and keep this issue open. The good news is that the required change in Node.js was...
I'm okay with removing this as it's a REST framework, however, may some user want to serve Swagger spec as a static file.
hi @thucnc not yet, currently we are working actively on this project I hope we can delivery this feature soon. Please feel free to send pr if you know how...
@caitp yes but I've solved the "resolve global JSONP conflicts" issue with a random callback hash instead of counter. And I also create a fresh scope in every cases `angular...