Hongli Lai

Results 182 comments of Hongli Lai

I can only package a single version. Maintaining two versions is too much of a burden. Sent from my Android phone.

Which OS were you running the demo app on?

That's because in our build environment Ruby is compiled against the prefix /tmp/ruby. This is normal. We should have a way in some future release to remove that default path.

1) All content are generated from template using parameters. There are `` statements inside the templates that check whether the current context is Apache or Nginx, and output different content...

Just contribute the Nginx-specific parts and mark the rest as TODO. We'll see wether we can fill in the blanks.

Fixing passenger_root with passenger-config --root is already documented: https://www.phusionpassenger.com/library/config/nginx/reference/#how-to-fix-passenger_root

All right. But why do you think it belongs to the development guides? Why not somewhere else, e.g. under troubleshooting?

In commit 0ab581fa7e48f0, I made the distinction between tutorials and topics more explicit. The reader now has to explicitly choose one based on his experience level. Maybe this will reduce...

Adding to this, it would be great if functions have pprof enabled by default. We have functions (most notably function-kcl) that use an obscene amount of memory but we don't...

An alternative approach is that we maintain separate gems but that we cooperate on the naming, similar to how the RSpec gems are named: - Renaming your gem to rspec-sorbet-doubles...