Richard Schneeman
Richard Schneeman
> add a Notes section Can you give me a sketch of what that might look like? I like systems where contributors are also suggesting if the change falls into...
> final config options are printed at start Great! If there’s existing plumbing it will be easier. I’m also interested in showing where the values came from. > Otherwise it...
@PauloVilarinho thanks a ton for jumping in there. I will give you feedback directly on your PR in a second. I think though, I hadn't fully considered the constraints of...
Talking outloud: Possibly we could meet some of the above needs with something that is more multi-purpose. A thing people have asked me for is "boot checking" i.e. some way...
There are other, lower hanging fruit. I would still like something in this space, but it doesn't need to sit open.
I think this is a reasonable assertion of where we're at: ```md ## Supporting RubyGems is a community project, please consider sponsoring [individual contributors for their great OSS work](https://github.com/ruby/rubygems/graphs/contributors). In...
I'm unable to reproduce your results ``` $ mkdir -p /tmp/bb6bc8a3363f316456d19c02f9a23ef8; cd /tmp/bb6bc8a3363f316456d19c02f9a23ef8 $ mkdir -p config/puma && touch config/puma/staging.rb $ vim config/puma/staging.rb $ cat config/puma/staging.rb threads 5, 5 workers...
I confirm this removes the immediate error. I'm unsure if this returns the correct state or not. Does `state == nil` always mean that the socket is still open? Do...
I think we should log in this state. Otherwise this behavior might be confusing. Right now it will fail loudly with that nil error. If it’s failing silently, we should...
I just swapped the default branch name from `master` to `main`, you don't need to do anything for this PR. You'll need to update your local environment accordingly: ``` $...