Devid

Results 140 comments of Devid

I tried to re-take this issue and at the moment I have found these issues: - `jose.jwt.encode` and `jwt.encode` have a couple of subtle differences: - the first calls the...

In `setupo.py` python 2.7 is still present, also `six` module is still in use: https://github.com/dateutil/dateutil/blob/1ae807774053c071acc9e7d3d27778fba0a7773e/setup.cfg#L42C1-L45 Why was this issue closed?

The schema selector does not permit to select "none of defined schemas", this is extremelly annoying when deling with YAML files which store test-fixtures and thus uses very different schemas...

The legacy API are [deprecated from yesterday and will be removed on June 20th 2024](https://firebase.google.com/docs/cloud-messaging/http-server-ref?hl=en)

Looking aroud there is this package which implements only FCM: https://github.com/xtrinch/fcm-django/ It can be taken as an example.

This should be reopened since #1322 reverted the fix for this.

Technically the tuple composed by every fields (except PK) in `CrontabSchedule` should be unique, if you want to use that table to be clear and have the minimun number of...

Just to add an other info here: redis-py has not yet documented "how to provide kwargs to perform an SSL/TLS connection" (see https://github.com/redis/redis-py/issues/780). There are already currently an [`SSLConnection`](https://github.com/redis/redis-py/blob/d95d8a24ed2af3eae80b7b0f14cbccc9dbe86e96/redis/asyncio/connection.py#L939) and...

To be clear autoflake is replacing "unused imports" with `pass` statements.

I just came across this and was forced to do a couple of updates to better handle my usecase (see https://github.com/sevdog/django-downloadview/tree/updated), I tried to keep single changes to small PRs....