anothermh

Results 8 issues of anothermh

From the README: "This program is copyrighted free software by NAKAMURA, Hiroshi. You can redistribute it and/or modify it under the same terms of Ruby's license; either the dual license...

Feedback

GitHub now supports displaying the license directly on the repository overview if the license file is crafted properly: https://github.com/blog/2252-license-now-displayed-on-repository-overview This PR adds a license file and moves the MIT license...

The gemspec does not explicitly declare the license type. `license` is a recommended attribute in the gemspec: http://guides.rubygems.org/specification-reference/#license= This PR sets the license attribute to MIT because that is the...

I am using batch_api with a Grape API in a Rails app. I found that all batch requests processed normally except for those using query string parameters. For example, this...

When running schemaspy through Docker with `schemaspy/schemaspy:latest` or `:snapshot` the application fails with: ``` This command is not for general use and should only be run as the result of...

Rack 3.0 [deprecated](https://github.com/rack/rack/pull/1821) `Rack::Auth::Digest` and began [warning](https://github.com/rack/rack/pull/1821/files#diff-494e0e24215f56d086f24c9d9dd97e79e2fe00fa4bd5b3d160695c257bebf449R9) that it would be removed in Rack 3.1. The main branch of rack [removed](https://github.com/rack/rack/pull/1966) `Rack::Auth::Digest` entirely on Sept. 10 2022. Grape requires [`rack/auth/digest/md5`](https://github.com/ruby-grape/grape/blob/095c6e814696b4225d3f63835102f622d94fa371/lib/grape.rb#L8)...

feature request

BeautifyRuby appears to ignore the tab_size and resets it to 4 whenever I run BeautifyRuby. Confirmed by deleting Sublime3, deleting ~/Library/Application Support/Sublime Text 3, then reinstalling Sublime3 and BeautifyRuby from...

I've used Grape off-and-on since 2016 and I've almost always used this gem to help generate Swagger docs. I'm currently using it in a project and my team relies on...

chore