Dagan Sandler

Results 8 comments of Dagan Sandler

We have this issue on v5.5 We managed to work around the issue by unassigning the user with permission issue from the project and reassigning. I guess that fixed the...

@EnricoMi In order to avoid this issue, will it be possible to add a flag that disables the check run reporting and only keep the comments and/or job summary? I...

Properties are handled in the following way: 1. core properties - taken from lr.properties file inside the resources folder under the lipreading-core project 2. gui/client-related properties - taken from lr-gui.properties...

This seems weird, what is your setup? Try removing the throws declaration from WebFeatureExtractor.main(String[]) and see if it compiles then or what error it gives out.

@Pink-Bumblebee I think I may have a reproduction of this issue, using the official pytest agent. Simply sending a log message like this: ```python logger.log("This is a bad message \u0000")...

@Pink-Bumblebee The problem here is basically that the log message doesn't really contain Markdown code, but rather characters that the UI tries to render as markdown. While one can turn...

I will try to share a small project with reproduction scenario

@Pink-Bumblebee any word on this? Doesn't seem like it should be much of a problem to prevent this.