Caio Lopes

Results 11 comments of Caio Lopes

@claverru nice snippet, thanks. graphviz is not a very good dependency to have as required to this lib, IMHO. I think we can follow two approaches: 1. as you suggested,...

@pushpanktugnawat you can do like this pull request: https://github.com/iamisti/mdDataTable/pull/303

@LaserPhaser the amount of reruns or even better, the amount of tests which passed but required reruns (flaky tests). What do you think?

@LaserPhaser I already implemented in a internal modified version of pytest-slack in a project. I couldn't use pytest-slack directly because I just wanted flaky tests notifications only. But the logic...

@kebou nice solution! I think this could be implemented in a native way in the bootbot! I am just wondering if the list of if statements can get really long,...

@Charca I liked your suggestion but I think it is easier and transparent for someone using the project pass an object instead of having to follow some unusual pattern. I...

@Charca Yes, exactly! Can I try to implement this and make a PR?

Hi there We specifically set our integrations to be: ```python integrations=[ sentry_sdk.integrations.celery.CeleryIntegration(), sentry_sdk.integrations.flask.FlaskIntegration(), sentry_sdk.integrations.sqlalchemy.SqlalchemyIntegration(), ] ``` But we keep getting the error: ``` cannot import name 'StarletteIntegration' from 'sentry_sdk.integrations.starlette' (/usr/local/lib/python3.7/site-packages/sentry_sdk/integrations/starlette.py)...

I am facing the same problem here. My test fails only on GitHub Actions, but locally it works. - **Operating System:** GitHub Actions Linux runner - **Micronaut Version**: 3.1.3 -...