George Leung
George Leung
0.15.0, built against Gatling 3.8.4, published
So some of us have the weights missing 1 `float32`. Is this related? https://github.com/pjreddie/darknet/issues/497#issuecomment-369269855 The `seen` may be 32bit or 64bit long. Could you try reading 32 bits fewer by...
Changing the `count` to 4 may fix the issue only if the number is off by one. E.g. 4067 = 18 * 256 - 1 in the title.
A signed int, with 31 bits, can represent a size of 2GB, thousands of times more than the default max message size. Alternatively the size can be a varint to...
How about [async-await](https://github.com/phiSgr/gatling-ext/blob/master/src/main/scala/com/github/phisgr/gatling/generic/action/asyncAwait.scala)? https://github.com/phiSgr/gatling-ext/blob/master/src/test/scala/com/github/phisgr/example/GenericExample.scala#L19
I have published `gatling-kt-ext`, which includes mutable builder syntax. https://github.com/phiSgr/gatling-ext/blob/master/gatling-kt-ext/src/gatling/kotlin/computerdatabase/ComputerDatabaseSimulation.kt#L38
On second thought, not switching System.out back may cause stray prints become data races as the main thread reads from `ByteArrayOutputStream` and the thread the prints writes to it. But...
> possible to add a test Is the modified test sufficient? https://github.com/JetBrains/kotlin-compiler-server/pull/618#discussion_r1148465908
Following up on this. I wasn't very clear in my previous comment. I have changed the test which now guards against the bug. I don't think a new additional test...
This bug has confused another person. https://stackoverflow.com/questions/77619172/why-does-the-kotlin-coroutine-output-a-b-even-with-a-delay