Peter Philips
                                            Peter Philips
                                        
                                    Would love this. The majority of the build time is getting the ruby image. That said, it seems the new school way AWS wants us to do this with `sam...
I'm not too sure. The documentation is sparse. The tutorial uses zip not image. I wonder if we can simply add the `--cached` to `sam build` if that would work....
Hi! Dropping a note that I found a workaround to easily get SwaggerUI3 working by converting your Swagger2 spec to OpenApi3, detailed here: https://github.com/ruby-grape/grape-swagger/pull/744#issuecomment-906103541
I can't find reference to it in the 1.2 spec, so I'm guessing its swagger 2 feature. We're still on 1.2 unfortunately and I won't be able to dev and...
We have many tasks that "run_locally" and connect to the server unnecessarily because of this. It would be useful if there were a mechanism where we could define tasks to...
We are hitting this as well after upgrading to 2.0 of this gem. In our case, we have middleware for fast autocomplete/typeahead functionality. We look up the session with: ```ruby...
i'm not really sure how you can solve this, but it seems like this is a poster child case for why monkey patching is bad, and perhaps its a good...
No problem, thanks!
@mrkn Thanks for your response. Its been.. a while since I've looked at this. From our perspective, we're just trying to get rid of the deprecation warnings and have clarity...
To add to the configurable behavior, we'd love to see request level configuration. Our app has lots of integrations that are implemented via iFrames (eg Sharepoint, Microsoft Teams, etc). For...