Tim Koopman

Results 6 issues of Tim Koopman

THIS IS A BUG TRACKER ONLY. FOR QUESTIONS PLEASE CHECK FAQ OR USE FORUM: http://www.jacoco.org/jacoco/trunk/doc/faq.html https://groups.google.com/forum/?fromgroups=#!forum/jacoco Please understand that ISSUES WITHOUT FOLLOWING INFORMATION WILL BE CLOSED WITHOUT COMMENTS! Thank you...

type: bug :bug:
component: core.filters

Both examples rewrite the path to prefix some data, but it doesn't seem to work for error pages (both `404.js` and `_error.js`). Is there any way around this without custom...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Revision needed
Edits multiple packages
Critical package
Too Many Owners

When receiving a structured CloudEvent, the payload is converted to JSON by [KafkaCloudEventHelper#createFromStructuredCloudEvent](https://github.com/smallrye/smallrye-reactive-messaging/blob/main/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/impl/ce/KafkaCloudEventHelper.java#L80). If the actual data is not valid JSON, this throws an exception which is handled in [KafkaSource](https://github.com/smallrye/smallrye-reactive-messaging/blob/main/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/impl/KafkaSource.java#L191)...

bug
kafka

I have some code using the restassured library, which is using infix functions, and that currently get formatted very strangely because it uses infix functions. ```kt val response = Given...

formatting-discussions

Hi, I'm on a mac and I keep getting the following error. Seems like it does in fact sometimes fails. ``` thread 'main' panicked at 'delay never fails: Error(Shutdown)', libcore/result.rs:945:5...