Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

The trends are to assign an URL to notes so that we can share them and eventually collaborate on them. One way of doing that would be to work with...

ARCHIVED

#### The problem Please use named parameter in the save method so that we can activate https://github.com/FactoryBoy/factory_boy/blob/d6349de49b647bb8b7f5d620757a919463f27f7e/factory/declarations.py#L683-L684 #### Proposed solution ```python return self.function( instance, create=create, extracted=context.value, **context.extra) ``` #### Extra...

Alternate to https://github.com/intuit/oauth-pythonclient/pull/48/ ## Context This package indirectly uses python-jose, which is affected by: [GHSA-cjwg-qfpm-7377](https://github.com/advisories/GHSA-cjwg-qfpm-7377) which additionally seems to be [abandoned](https://github.com/mpdavis/python-jose/pull/352#issuecomment-2100580833) by it's maintainers. Move this package to use [PyJWT](https://github.com/jpadilla/pyjwt/)...