Julien Danjou

Results 247 comments of Julien Danjou

This is awesome @joaobibiano ! 👏 Are the sources available?

This is a GitHub App permission problem. If you log into your Mergify dashboard you should see a message requesting you to update the permission for the app.

Not sure we could have anything verified even by cherry-picking the original commits, since the sha1 are going to change anyway and Mergify can't re-sign the commits using the original...

@v1v we spent time digging into that features, but it's not really clear the value of the whole signature system, especially with things like https://blog.mergify.com/un-signed-commits-how-we-found-a-non-security-bug-in-github/ Would it be possible to...

Thank you @proinsias that's a great suggestion. I never heard of https://www.schemastore.org It's going to be a lot of work right now for us to generate such a schema, but...

The schema is available here: https://docs.mergify.com/configuration/file-format/#json-schema-specification I'll see if we can add it to schemastore.

https://github.com/SchemaStore/schemastore/pull/3711

> TIL https://changelog.mergify.com/ 👍 Speaking of which, is there an RSS/Atom feed I can follow? @JohanLorenzo no RSS feed for now, sorry 😢 We're working on a fix to make...

@zzzeek it's slightly maintained, I think the main issue here is that the CI did not run and I'm not even sure CI is still working TBH.

I think it'll be trickier, because getting the file descriptor for a connection requires implementation specific code depending on the type of socket you're using, etc. Furthermore, the reconnection case...