Paulo

Results 9 issues of Paulo

The current setup is to explicitly call `cache()` decorator on every API endpoints. Any suggestion how to do this globally? Dependency injection seems not to work

It's been a year since the last commit. This repo need maintainers.

Is there a way to create a custom validation error for @api.expect(validation=True)? ``` @api.route('/some-route') class SomeResource(Resource): @api.expect(fields, validate=True) def post(self): pass ``` The default validation error I get when I...

bug

No activity since 2017. Any future improvements?

BlackSheep looks promising but anyone tried to implement Graphene for GraphQL?

The last commit is last year and major GraphQL Django Libraries doesn't support this anymore.

I'm quite unsure why pytest-parallel don't work with pytest-selenium _(`pip install pytest-selenium`)._ I've heard Selenium is not thread safe, but according to documentation, pytest-parallel do some work to make it...

It's been a year since the last commit in the master branch? Do you have any plan to maintain this? I noticed a lot of issues doesn't get resolve, and...

I'm sure I set the environment variable correctly by executing: ```export SENTRY_DSN=[MY_SENTRY]``` I got this error: ```{sentry_hook.py:107}` WARNING - Connection was not found, defaulting to environment variable.```