Francesco Nigro
Francesco Nigro
On this same topic: https://github.com/artilleryio/artillery/issues/721#issuecomment-861305944
See https://github.com/artilleryio/artillery/discussions/1472#discussioncomment-10155505
As a PoC idea we could have something like that ```java public abstract class FunctionalRateGenerator extends BaseRateGenerator { private long[] missingFireTimeMs = new long[1]; private void ensureCapacity(long expectedCapacity) { if...
To know if an http request is the first step we should probably check on `HttpRequestBuilder` to be the first step in the sequence - need to check how, in...
Nice one, but the issue is valid? I have read it on the phone since today I couldn't use the computer, so I could be very wrong
@wburns I have this version I implemented for Netty, simplified: https://gist.github.com/franz1981/6277af990ccfe0a5da8542a75d66ce5e let me know if it can be of any help and thanks for https://github.com/infinispan/infinispan/pull/13016: has made my day, seeing...
Thanks for this @lampajr 🙏 Did you checked https://docs.openrewrite.org/running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5 as well? I suppose it won't work, cause we have vertx in the mix here, but still...
@lampajr what's the status of this? :pray:
@edeandrea I've commented in the spring quarkus repo why I don't think is so valuable to have it 🙏
Hi, did you checked https://github.com/Hyperfoil/Hyperfoil/blob/7df696383ab7778581fd8652cb402a08bdaa0a80/docs/site/content/en/blog/news/2020-11-16-follow-redirect.md#L4 ? i.e. checking for both setting follow redirect always per handler or as global ergonomic