He-Pin(kerr)

Results 338 issues of He-Pin(kerr)

```scala ==> X fs2.io.net.udp.UdpSuite.udp - echo lots 30.28s java.util.concurrent.TimeoutException: test timed out after 30 seconds at munit.CatsEffectSuite$$anonfun$1.applyOrElse(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:139735) at scala.PartialFunction$Lifted.apply(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:117213) at scala.PartialFunction$Lifted.apply(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:117217) at munit.ValueTransforms$ValueTransform.apply(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:70900) at .{anonymous}()(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:28102) at map @ .{anonymous}()(/Users/runner/work/fs2/fs2/io/js/target/scala-2.13/fs2-io-test-fastopt/main.js:189605) at...

bug

Hi community, grpc-bench is a great place to bench the grpc performance. Is there anyone want to take this issue and submit dubbo to grpc_bench? https://github.com/LesnyRumcajs/grpc_bench After you done, please...

help wanted
type/proposal
component/benchmark

As scala-cli itself is using bloop, can it support `bloop server` command, then I will not need to download the bloop myself with slow connection.

enhancement
Bloop

**Version(s)** 1.1.1 **Describe the bug** ``` PS C:\Users\hepin\IdeaProjects\incubator-pekko> scala-cli fmt scala.meta.Dialect.withAllowAsForImportRename(boolean) ``` Run `scala-cli fmt` on Windows ,only prints this line above, no formatting. With: ``` rewrite.scala3.convertToNewSyntax = false runner...

bug
fmt
blocked upstream

``` [Error: .github#L1](https://github.com/apache/incubator-pekko/commit/0ec41cd65d4375ced3c0d51a22eea1ef46eacebf#annotation_17363092704) virtuslab/scala-cli-setup@main is not allowed to be used in apache/incubator-pekko. Actions in this workflow must be: within a repository owned by apache, created by GitHub, verified in the...

bug
requires scoping

verion:1.1 platform: Windows. ```scala C:\Users\hepin\IdeaProjects\incubator-pekko\stream-tests\src\test\scala-jdk9-only\org\apache\pekko\stream\scaladsl>scala-cli bloop output Bloop server PID: 17136 Ignoring SIGINT Will truncate output file C:\Users\hepin\AppData\Local\ScalaCli\data\bloop\daemon\output every 5 minutes Caught libdaemonjvm.server.LockError$ZombieFound: Cannot connect to process 31196, trying again...

bug
requires scoping

Then results in something like : ``` //#importsimport org.scalatest.wordspec.AnyWordSpec ``` expect: ``` //#imports import org.scalatest.wordspec.AnyWordSpec ```

Motivation: Just as currently `bufferTimeout` but will emit when the `weight` exceeds, works as [groupedWeightedWithin - Documentation - Akka](https://doc.akka.io/docs/akka/current/stream/operators/Source-or-Flow/groupedWeightedWithin.html) Both in Akka/Pekko. this can be used to implement `bufferTimeout` too....

type/enhancement
status/need-decision

![image](https://user-images.githubusercontent.com/501740/224477332-15d44031-e31c-47ca-98c0-0e379cd047bb.png) I think it would be nice to have a plugin for proper highlighting.

kalix-runtime
DX

Optimize `toCompletableFuture` implantation if it's already completed.