Valentin V. Bartenev

Results 115 comments of Valentin V. Bartenev
trafficstars

@OutOfFocus4 Using array here doesn't look convenient, as you have to iterate over array to find the right prefix and a user of array has to think about the ordering,...

@OutOfFocus4 About the name: - `application_prefix` when put inside `/applications/NAME/application_prefix` repeats "application" word again. All options inside `/applications/NAME/` already related to the application and there is no need to repeat...

@OutOfFocus4 What about these two configs: 1. ```json { "prefix": "/blog" } ``` 2. ```json { "prefix": "/blog/" } ``` ? I think it will be more intuitive and less...

I'll review the code later, probably next week. Currently is busy with 1.26.1 bugfix release.

Thanks. I like the idea of interpreting pure numeric user/group as literal uid/gid.

Is Python 3.8 available in RHEL7? We can't build a module for Python interpreter version that is not available in official distribution.

So it's a package from SCL. Currently we don't build packages for SCL, but we're considering to start soon.

Does it work without Unit using `rackup`? ``` rackup config.ru ```

Could you provide a minimal app example, that fails? It seems the characters encodings are somehow involved here. At least looking to the relevant lines of Ruby-on-Rails sources alludes to...