Dario Cantatore

Results 21 comments of Dario Cantatore

hey all, if anyone is still watching this I am testing and trying to get this to work again. This appears to be a potential bug in the destroy() functionality

Yes, so it just calls puppeteers pdf method. A way to work around this would be to check the DOM for things near the Y coordinate of the page breaks...

I'm also having this issue with clients able to send invalid formatted JSON. How can we catch this and respond with an error? post: `abc` Response: ``` Error: invalid json...

@matleppa - what's the use case of this?

You can skip any route you want by adding the param to hide: https://github.com/apinf/restivus-swagger#hidden-routes

What routes are skipped? Do you mean the login and logout routes?

I know you mean the routes with users in the path, but I don't know what default routes that are blocked that you are referring to. Can you show me...

You can define your own paths by using this: https://github.com/apinf/restivus-swagger#define-paths-outside-of-routes Have you tried that? The problem is making sense to me now, I think users is excluded by default for...

Adding paths manually definitely works, I am currently using it. Can you paste the code where you tried to use it?

If you see here, this is where it is added: https://github.com/apinf/restivus-swagger/blob/master/server/restivus-swagger.js#L88 I think the latest pull requests might now have been added to the atmosphere package. @brylie can you update...