Stephane Landelle

Results 236 comments of Stephane Landelle

@Andrei-Pozolotin You misunderstood me: I can take care of deploying on central, if @dwdyer is willing to, but I have no interest in OSGI, so if you want the headers,...

Just to let you know: we have a benchmark [here](https://github.com/gatling/random-generators-benchmark) where we forked `CellularAutomatonRNG` and `MersenneTwisterRNG` to remove the ReentrantLocks and I confirm the performance boost (if of course you...

Hi there, We're considering depending on uncommons-maths for our [project](http://github.com/excilys/gatling). Having 1.2.3 deployed in maven central would be a great help (otherwise, we'll deploy in our own groupId, but that's...

Of course, please tell me if I can be of any help in publishing in maven central. This is something I have done countless times.

@jvican @eed3si9n Actually, I'm making good progress based on `IncrementalCompilerSpec` and friends. I'll let you know if I'm stuck, otherwise I'll close this, except if someone else needs help with...

FYI, I had similar issues in #10 and ended up using my own case class instead of Tuple2.

> Pebble does not appear to be regularly maintained anymore This is too soon to state this. The CVE seems to have been reported to the project 15 hours ago....

Thanks for reporting @gemiusz ! We're going to investigate.

Hi, That's maybe something we'll consider for a future iteration on the reports. Then: * in 3.8.4, long truncated names will be searchable in full * the full name is...

Original proposal from @Amerousful in https://github.com/gatling/gatling/pull/4311: ``` "#{randomNumber(10)}" "#{randomNumber(5,10)}" "#{randomNumber(5, max)}" "#{randomNumber(5, maxL)}" ``` My comments on this: 1. all those would generate `Long`. Shouldn't we have distinct `randomInt` and...