Dhruv Paranjape
Dhruv Paranjape
When the video playback is fast forwarded either manually or due to a sponserblock action, there is a ERROR_TYPE_RENDERER raised. This doesn't affect anything just causes a slight delay when...
Hi love this action 🍻 based on this post from github https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/ I was wondering does this mean its possible to use this action entirely with just the `GITHUB_TOKEN` secret...
add support for `default` as a response code as specified in https://swagger.io/docs/specification/2-0/describing-responses/ Default Response section. thus allowing for specifying a model that corresponds to all http status codes that are...
fixes https://github.com/aserafin/grape_logging/issues/76
[in Reports::LoggerReporter](https://github.com/aserafin/grape_logging/blob/6e562a278864a382bf5cf37cda7bad8924f0ad29/lib/grape_logging/reporters/logger_reporter.rb#L4) initialization it stores the original reference to the logger that is passed in instead of cloning the object. Thus if a custom formatter is provided as parameter this...
Hello 👋 I am creating this ticket to ask if it would be possible to introduce type validation to exposed fields. Currently there is not checking if the exposed fields...
I am looking to implement query tags for activerecord when it's used inside a grape API class. One of the things I am looking into is a way to populate...