tadams42
tadams42
Following code: ```python from flask_rest_jsonapi import Api from flask_jwt_extended import jwt_required api = Api(decorators=(jwt_required,)) ``` no longer causes JWT validation meaning I'm able to access endpoints with or without JWT....
For example, we could have query strings looking like this: ``` ?filter[foobar_id]=[1,2,3] ``` I'd implemented it in my app, but was thinking of maybe adding it to flask-rest-jsonapi? It looks...
In my environment it is critical to pin dependencies for each release we make and test that release with exact versions of OS and packages we depened on. We'd been...
Hi! I would like to slice some (but not all) flows passing through my app. To do this, I would like to propose adding: ```C pfring_ft_expire_flow(pfring_ft_table *ft, pfring_ft_flow *flow); ```...
**Describe the bug** `neovide --version` command will sporadically panic with message ``` Io error: Bad file descriptor (os error 9) ``` Note that this seems related to #2867, but here...