Jonas Konrad

Results 234 comments of Jonas Konrad
trafficstars

@vekonypeter the reason it's weird is that you're combining two reactive programming styles (coroutines and flows). In our framework view it becomes a `Publisher`. You can "unwrap" this in one...

Both a suspend method and a Flow represent the same thing: A result that will be produced asynchronously in the future (in reactive streams terms, both are a flow). Flow...

Add an order to your own filter that is higher than that of the cors filter, which should be 9250

When did this work exactly? I tried your test case with 3.10.4 and it behaves the same way

And fwiw, you can distinguish the missing parameter from `?v=` by removing the defaultValue and adding `@Nullable`

> because a lot of libraries are notionally thread safe, but in reality not fully thread safe for initialization/teardown. Which ones? We already do parallel test execution semi-regularly with separate...

I have a similar issue with the micronaut project. I looked in the GCP buckets, and while the micronaut-corpus bucket has the corpora for all the fuzz targets, the zip...

does it work when building with gradle? you should let intellij delegate build tasks to gradle