Sébastien Ros

Results 137 issues of Sébastien Ros

By convention in ASP.NET so we don't need a `using` when registering the middleware.

It's currently over 8M RPS which is above the theorical limit of the network.

Would it make sense to remove the Host header argument form the wrk command line: https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/toolset/wrk/pipeline.sh#L31 Since wrk will include it either way based on the target url. I haven't...

The specs currently suggest routes like `/plaintext`, `/json`, ... However since Plaintext is network-bound right now, using smaller ones makes a difference, which can be seen with pico.v and that...

Add to Wiki

I couldn't find a way to change the value of `maxConcurrentStreams` when using http2, and it seems it uses the default of 1000 based on this line: https://github.com/codesenberg/bombardier/blob/ba2c55f7f39b198f98a7ce5833e84ae8608ffcea/vendor/golang.org/x/net/http2/transport.go#L483 Would it...

feature-request

https://github.com/Shopify/liquid/pull/1422

> This PR adds a new tag named # that behaves like a comment. https://github.com/Shopify/liquid/pull/1498

- Create a Visual Studio (/JetBrains) code generator - Create a dotnet tool (or single executable?). It could accept yml, json, ... as inputs

If offset is defined, what should `first` represent? The first item of the collection or the first iteration element? Same with `offset: continue`.

Filters should not be compiled as it would be too much work. Model access should not be compiled as it's too dynamic. Statements should have a compiled version. Like in...