Petrik de Heus

Results 175 comments of Petrik de Heus

Using a table was also suggested in: https://github.com/rails/rails/pull/52544

Hey @daviddenton, Unrelated to this PR, but it seems http4k has more than 10 test mutations, which is no longer allowed: > The number of test mutations will be limited...

> The template is OK to cache, but the response for the fortunes is NOT OK. I wonder if we should make fortunes response dynamic to prevent this. Maybe store...

The `aspnetcore` framework precomputes the header length as well: https://github.com/TechEmpower/FrameworkBenchmarks/blob/c82a834c5e8aeae14c8203cc05beaaa18dcc7cfc/frameworks/CSharp/aspnetcore-mono/PlatformBenchmarks/BenchmarkApplication.Json.cs#L14-L18 https://github.com/TechEmpower/FrameworkBenchmarks/blob/c82a834c5e8aeae14c8203cc05beaaa18dcc7cfc/frameworks/CSharp/aspnetcore-mono/PlatformBenchmarks/BenchmarkApplication.Json.cs#L12 https://github.com/TechEmpower/FrameworkBenchmarks/blob/c82a834c5e8aeae14c8203cc05beaaa18dcc7cfc/frameworks/CSharp/aspnetcore/src/Platform/BenchmarkApplication.Plaintext.cs#L13-L16

@Malix-Labs Can this be closed?

I also had to add `/etc/ntpsec/** r,` to `files/usr.sbin.ntpd.apparmor`.

@bluemmb I think so. For example the following line complaining about apparmor: https://github.com/sous-chefs/ntp/actions/runs/10698190152/job/29673154992?pr=254#step:4:289

What line would we be showing in the logs for non-redirects? The line where render is called won't work for non-explicit render calls: ```ruby def show @post = Post.find(params[:id]) end...

The warning for the regexp currently starts with a downcase: ```markdown WARNING. use `\A` and `\z` to match the start and end of the string ``` I think it should...