Samuel Williams

Results 297 issues of Samuel Williams

Should we add Rack 3 to the text matrix? It's not released yet but will be soon, in the mean time you can get it from `git: "https://github.com/rack/rack"`.

actionpack

When writing code like: ``` foo.bar(x, y.z( a, b )) ``` It can be preferable to put all closing braces on the same line. It would probably make sense for...

https://github.com/rubygems/rubygems/blob/4b0d970cd31a7a34016bb6668f9756466070d6aa/lib/rubygems/specification_policy.rb#L346-L350 In some cases, it may not be possible to list all authors. So a subset is given. We would like to encourage people in this case to refer to...

Following up https://github.com/rubygems/rubygems/issues/5358 ## Make sure the following tasks are checked - [x] Describe the problem / feature - [x] Write [tests](https://github.com/rubygems/rubygems/blob/master/bundler/doc/development/PULL_REQUESTS.md#tests) for features and bug fixes - [x] Write...

https://bugs.ruby-lang.org/issues/18630

Feature

This is an example clang format configuration which I think is pretty close to our code style. We can avoid issues with git-blame by using `.git-blame-ignore-revs`.

https://bugs.ruby-lang.org/issues/18061