Florimond Manca

Results 62 issues of Florimond Manca

Hi folks, Currently, the `TestClient` is built as a subclass of `requests.Session`. What would be thoughts on migrating to [HTTPX](https://github.com/encode/httpx)? - Is this a good idea at all? - Should...

testclient

Idée : * On a les infos sur les encaissements via FairCRM (calendar, projets, missions) * On a les ifnos sur les salaires * On peut rajouter des charges fixes...

draft

[Évoqué en off, une issue pour discuter du sujet] ## Contexte Pour l'instant le `client/` utilise [Sapper](https://sapper.svelte.dev/). Or Sapper sera bientôt _[quand ?]_ déprécié / mis en maintenance ("no new...

draft

Prompted by https://github.com/encode/httpx/pull/2302 which surfaced a warning in the upcoming Python 3.11 as `cgi` is being deprecated as per [PEP-594](https://peps.python.org/pep-0594/).

refactor

Refs #1424, #1428 ## Terminology * HTTP proxy: a proxy server which supports connecting to it via HTTP. HTTP requests are forwarded, HTTPS requests are tunneled (via HTTP `CONNECT`). —...

enhancement
tls+pki
requests-compat
proxies
httpcore

Hey, I was fiddling with [composite data types](https://www.encode.io/typesystem/fields/#composite-data-types), in particular with `Reference` to implement nested schemas, and there seems to be an issue with how arrays and objects of references...

**Is your feature request related to a problem? Please describe.** Currently, it's not obvious how we can access the raw API key from within a view that's protected behind a...

good first issue
enhancement

Found out while working on https://github.com/florimondmanca/djangorestframework-api-key/issues/173#issuecomment-1146677315 Currently, if `PASSWORD_HASHERS` changes and hasher A (eg. PBKDF2) previously used to hash API keys is moved lower in the list than another hasher...

Currently, we're testing against Django 3.2 max. But Django 4.0 was released in December 2021: https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/ and 4.1 is just around the corner (alpha state). Let's ensure this library has...

This is an illustration of a possible resolution for #180. * Allows users to define a default API key model they'd like to use. * If "a default API key...