Tim Koopman
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...
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...
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)...
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...
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...