Milan van der Meer

Results 8 issues of Milan van der Meer

## Describe the bug The trace is incorrectly propagated when using a StreamedAsyncHandler. ## Steps to reproduce The test setup uses Scala and depends on the latest master branch of...

agent-java

Due to https://github.com/scala-steward-org/scala-steward-action/pull/316, its now not possible to clear the cache of the action. Currently, I would like to reset Scala Steward to reopen manually closed PRs. Im not sure...

Im trying to use the passwordreset but the user keeps on being undefined. Error log: Wed, 06 May 2015 02:42:54 GMT express deprecated req.param(name): Use req.params, req.body, or req.query instead...

I've created https://github.com/kamon-io/Kamon/pull/1218 to replicate the existing tests for `IO` also to have one for `Async[F]` using `IO`. It seems the `Async[F]` tests do not all pass.

1. Added some tests to check if the tracing also works for `Async[F]` using `IO`. 2. Attempt fs2. I don't expect this to work but just curious

There is quite a feature gap between the JVM dashboard that comes out of the box with Datadog and the one from ElasticAPM. Datadog: ![image](https://user-images.githubusercontent.com/5628925/93310165-bb0d7380-f804-11ea-92ce-3c6fdf52bbd3.png) ElasticAPM: ![image](https://user-images.githubusercontent.com/5628925/93310140-b34dcf00-f804-11ea-86f0-6e2771b144fa.png)

enhancement
agent-java

Using sqldelight version 2.0.2 for the JVM with postgressql-dialect. It looks like `COALESCE` is losing the custom-type. ``` import com.example.Latitude; import com.example.Longitude; import com.example.NodeId; CREATE TABLE nodes( node_id TEXT AS...