Stephane Landelle

Results 236 comments of Stephane Landelle

@viktorklang There's the spec. And then, there's the fact that in practice JavaScript implementations maintain order and lots of code out there rely on this behavior. All popular JSON parsers...

> Expect the client to retry on read (idle) timeout Nah. `maxRetry` is used to retry on some socket crashes, such as starting to write before realizing the peer has...

@jsw The intent is to cope with the fact that network is not instant and connection might be closed when trying to write. The typical use case is fetching a...

I hope to be able to clean this up someday. Clearly, the intent is only retry on connection closed by peer while writing. Maybe add later a second distinct retry...

@cowwoc Why? The only uncommon-maths 1.2.3 artifacts deployed on central are the ones I deployed in my project's groupId (`io.gatling`), not `org.uncommons`. Note that I also deployed a Java 6...

@dwdyer I did, in my own project's groupId, as you didn't answer on #10 and I really needed 1.2.3 to be available on central.

@dwdyer I already offered to help deploying on central in your own groupId, and my offer is still valid :)

> does it matter which group ID it's under if it's working already Well, uncommons-maths has already been deployed in `org.uncommons` AND `org.uncommons.maths` groupIds. Are you the one who deployed...

@Andrei-Pozolotin In the 1.2.2 pom deployed in `org.uncommons.maths` groupId, jfreechart was mandatory. In the 1.2.3 pom I deployed in `io.gatling.uncommons.maths`, it's optional as it should be. As a workaround, use...