Patrick Valsecchi

Results 37 comments of Patrick Valsecchi

Looks like it's possible: ```yaml modules: http_2xx: prober: http http: headers: User-Agent: "blackbox-monitoring" ``` But it should be the default.

I've tried, but the problem lies here: https://github.com/adrienverge/yamllint/blob/master/yamllint/rules/indentation.py#L445 That `if` should be a `while`, but that would require us to have nextnextnext or even nextnextnextnext. I really don't know enough...

The issue comes from there: https://github.com/bluenviron/mediacommon/blob/10b74a4f6eda507d2d693e69c063bd1ee595821d/pkg/formats/mpegts/reader.go#L176 It should be OK to have no PTS for some PES packets. In the case of my stream: * The packets that contains the...

> Exactly, that's why decoding errors are not treated as errors but redirected to a callback that prints errors on screen without disconnecting the stream: I'm not so sure about...

>> I have a PRIVATE_STREAM_1 (some KLV metadata in another PID) that is not having any PPS as well. >That's a case in which we can assume that PTS is...

The issue is this line of code: https://github.com/bsideup/IDEA-GitLab-Integration/blob/db5cae0d76cd70fae172bb9533bc0b6ec35c1672/src/ru/trylogic/idea/gitlab/integration/utils/GitlabUrlUtil.java#L31 If your username is not `git`, you are toast. Mine is `gitlab`.

I know, this project is dead. I've just created this PR for people having the same problem as me ;-) Just copy the `META-INF/services/javax.mail.Provider` file with the classes it references...