Lars Kroll

Results 7 issues of Lars Kroll

It seems that building protobuf files that have imports on other files in the same folder fails to find the imported file. Something is wrong in the path where it...

When trying to publish a bundle with `sonatypeBundleRelease` I'm seeing the following timeout exception: ```bash 2021-03-28 12:06:45.282+0200 info [SonatypeClient] Uploading bundle /Users/lkroll/Programming/EclipsePhase/EPCompendium/target/sonatype-staging/6.1.0 to https://s01.oss.sonatype.org/service/local/staging/deployByRepositoryId/comlkroll-1012/ - (SonatypeClient.scala:288) 2021-03-28 12:07:12.690+0200 error [Sonatype]...

I updated grpc_server to always insert the content-type used by the request (or `application/grpc` by default) into the response's HTTP headers. Without this, I couldn't get it to communicate with...

So, this maybe a n00b question, but: For 2D shapes with orthographic projection (like in the Shapes2D example), what controls which object gets rendered in front of the other? From...

There appears to be an issue with shared sources in ScalaJS crossProject builds with Eclipse. Consider a standard setup of ```sbt lazy val test = crossProject.in(file(".")). settings( name := "Test",...

When running with pinned threads, prioritise NUMA local work-stealing (significantly) over stealing from further away cores. ### Status - [x] Partially available with "manual" specification of a PU distance matrix...

enhancement
blocked

## Issue Type Output ## Context (Environment, Version, Language) Input Format: JSON Schema Output Language: Scala3+uPickle CLI, npm, or app.quicktype.io: CLI Version: 23.0.170 ## Description In the generated Scala3 output...

bug