Luke Herrington

Results 9 comments of Luke Herrington

hey @dblock - I added a failing test for this in #2055. I don't have time to investigate what a fix would look like, but hopefully this can help push...

https://travis-ci.org/github/ruby-grape/grape/jobs/689366240#L9187

Unfortunately, I haven't been able to get to this and likely will not have a fix anytime soon as it's not longer a priority for me

Agreement signed ✅ Build is failing due to being `.04KB` above the limit 😉

@lbovet It seems to me a v2.0.0 could be in order since adding NPM support is a breaking change. However, there are many other minor PRs not getting any love....

I don't think that is necessary. I'll try to find some time this week to get pagination implemented as an example for you.

@tgrecojs Unfortunately prism doesn't allow languages to be dynamically added in a SSR environment (at least that I've found). If they did, I would add a config option to allow...

No problem! I worried flow might raise the barrier of entry to contributed, so that's not on you! You need to add do this: ```js export default ({ title, description,...

Thanks @tgrecojs! It's only necessary to make it optional from a functional standpoint. If it's optional the check in the render method for its existence becomes necessary. Does that make...