BnGx

Results 8 issues of BnGx

Currently the OAuth2 framework alone does not support fine-grained management of resource permissions. An example would be: _Alice would like to share, using read/write modes (scopes), a photo with Bob._...

I propose to extend the behavior of the program in the following ways: - Feature 1: The search should also include multiple terms; - Feature 2: When you search a...

I propose to extend the behavior of the program in the following ways: - The search should also include multiple terms (Feature 1); - When you search a phrase in...

enhancement

It would be better to implement **method-specific decorators** to give more flexibility of use as appropriate by transforming this definition: ```python3 class PersonList (ResourceDetail): decorators = (cached, login_required) ``` in...

It would be useful to reimplement the `ResponseMixin.response` function to accept a static function as the _schema_ argument so that we can build the schema based on the client request,...

enhancement

It would be nice to be able to access all the features of the backend in use by adding the **backend property** to the **model** so that you have these...

### :zap: Summary Implementing conditional support for the `skip` and `only` options would improve control over hook execution and performance by skipping unnecessary steps and providing a flexible solution to...

feature request

# 1️⃣ Description The program _yamlfixer_ does not evaluate the _.yamllint_ configuration file in the same way as _yamllint_. ## 📑 Steps to Reproduce - Create a _.yamllint_ configuration file...

bug