Julien Danjou

Results 36 issues of Julien Danjou

It would be nice to have an action to create a revert from a pull request.

enhancement
good first issue

We keep this issues section for bug reports and feature enhancement. If you have a question about using [Mergify](https://mergify.io), you can use our [Discussion](https://github.com/Mergifyio/mergify-engine/discussions) section.

Feature requested from https://github.com/isaacs/github/issues/1135 and https://github.com/isaacs/github/issues/1143 and https://github.com/isaacs/github/issues/1017

enhancement

I see many issues and pull requests without any response. Is this still being maintained and worth contributing? Anything the community can do to help?

With a class attribute such as: ```python foobaz = sqlalchemy.orm.relationship( foobar, back_populates="relationxyz", cascade="all, delete, delete-orphan", ) ``` Iterating over the attributes raises: ```python [x for x in myinstance.foobaz] ``` ```...

It'd be great to have generic span support like `pytimeparse` provides: https://github.com/wroberts/pytimeparse

proposal

I stopped using pifpaf for a long time now and I don't plan on maintaining it anymore. If any user wants to step up and take the stick, I'll be...

help wanted

Rather than using fixtures, that might be even better: https://pypi.python.org/pypi/testresources

enhancement

This adds an heuristic for extracting class names from stack traces. This is far from being perfect, as it relies on the convention of using `self` and `cls` as name...

When sending measures in a batch with `create_metrics=true`, it's not possible to specify which archive policy to use: ``` POST /v1/batch/resources/metrics/measures?create_metrics=true HTTP/1.1 Content-Type: application/json Content-Length: 200 { "ab68da77-fa82-4e67-aba9-270c5a98cbcb": { "disk.io.test":...

enhancement
api