-
Lightbend
- Freiburg, Germany
- https://virtual-void.net
- @virtualvoid
Block or Report
Block or report jrudolph
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
sbt/sbt-dependency-graph Public archive
sbt plugin to create a dependency graph for your project
-
A java agent to generate method mappings to use with the linux `perf` tool
-
spray/spray Public
A suite of scala libraries for building and consuming RESTful web services on top of Akka: lightweight, asynchronous, non-blocking, actor-based, testable
-
spray/sbt-revolver Public
An SBT plugin for dangerously fast development turnaround in Scala
1,028 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 6 commits in 2 repositories
Created a pull request in akka/akka-http that received 3 comments
build: properly sort snapshots so we will find last one after "+9"
Nightlies stopped building against the true last snapshot last week... (and there seems to be a small regression since then)
Opened 11 other pull requests in 4 repositories
akka/akka-http
1
open
5
merged
-
[WIP] Scala 3: edit sources on-the-fly in sbt to support
@pre213methods in shared source code - Enable Scala 3 for testkit + caching
- Scala 3: try to make PR validation work (as well as possible right now)
- caching: fix cached execution and test
- test: harden CachingDirectivesSpec
- cache: avoid locking cache during directive processing
akka/akka
2
merged
1
closed
jchyb/akka-http
1
merged
lampepfl/dotty
1
open
Reviewed 16 pull requests in 2 repositories
akka/akka-http
11 pull requests
-
[WIP] Scala 3: edit sources on-the-fly in sbt to support
@pre213methods in shared source code - http2: enable Scala 3 for akka-http2-support
- docs: use correct 'skip-packages' scalac option on Scala 3
- http-tests: allow to compile with Scala 3 with 3.0-migration option
- scala3: compile akka-http-core and pass all its tests
- caching: fix cached execution and test
- core: avoid array copy for string entities
- MdcLoggingDirectives (withMdcLogging, withMdcEntry, withMdcEntries, extractMarkerLog)
- http2: defer enqueing out streams when state machine is already running
-
Allow to compile
akka-httpmodule with Scala 3 - docs: log non-negative request duration time
akka/akka
5 pull requests
- stream: try to guard against unlimited looping in TlsActor.doUnwrap
- stream: don't wrap exceptions in ByteStringParser
- build: break dependency from akka-stream-tests -> akka-remote
- inputBuffer not picked up correctly for async boundaries
- Revert #30195 - Source.fromPublisher does not pick up attributes fix
Created an issue in sirthias/parboiled2 that received 2 comments
Compilation broken against current dotty nightlies and likely for upcoming Scala 3.1.3
Starting from 3.1.3-RC1-bin-20220404-ad2553d-NIGHTLY. See lampepfl/dotty#14903 (comment) for information about would have to be changed to support …
Opened 8 other issues in 4 repositories
akka/akka-http
3
open
1
closed
- Failed: HostConnectionPoolSpec NewPoolImplementation on PassThrough should if connecting attempt fails, backup the next connection attempts
- Timeout for connections half-closed by peer
- Failed: HTTP 2 managed persistent connection (tls = true) should transparently reconnect when connection is closed (with backoff: false) should when the first connection fails to materialize
- CachingDirectives may lock on cache if directive processing is slow