Danny Fallon
Danny Fallon
This issue stems from the `default_rc_file` code: https://github.com/pry/pry/blob/9d9ae4a0b0bd487bb41170c834b3fa417e161f23/lib/pry/config.rb#L314 The docs around [`File.expand_path`](https://ruby-doc.org/core-2.5.0/File.html#method-c-expand_path) explicitly called out that if you're going to use `~` then a `HOME` env variable needs to be...
Amazon Linux 2 has a maximum glibc version of 2.26. There's no intention to update this and instead Amazon are pushing Amazon Linux 2023 which recently went generally available. Recent...
In 6.0.18 we started to try to encode the error string into ASCII before checking it for `dlopen`. This was done to try to handle invalid byte sequences caused by...
## Issue report **Question 1: What is the problem?** - What is the expected behavior? Failures to load the native support library for Passenger should be rescued and Passenger should...
In https://github.com/stripe/veneur/pull/569 Global Timers/Histograms were added and the feature was released in 9.0.0. Our current Veneur setup forwards using HTTP but this doesn't work for global histograms/timers and they do...
Passenger Enterprise zero-downtime restarts & request routing can prolong outages and delay recovery
Please follow the steps below if you have found an **issue with Passenger**, or would like to request a feature. ## Problem Statement Passenger's request routing prioritises [the least-busy process...