Riccardo Magliocchetti

Results 71 issues of Riccardo Magliocchetti

I have a django instance hosting multiple applications with each one knox login view. I'd like to be able to avoid cross app authentication by storing the realm (or scope)...

With AUTO_REFRESH enabled authentication is racing against token removal of logout. If a token gets removed updating its expiry would led to a DatabaseError raised by the Django ORM. Fix...

help wanted

It would be nice to add on top of the current way to express options the ability options to be passed as single char. eg. -c for -compile. Also adding...

I have a script that i cannot share that is looping in get fill around line 4129 because this._.fill is undefined. Changing a couple of lines earlier: if (this._.pattern_loading) {...

If i rotate with css the canvas container the events associated to the objects are fired over a different area, in the test case the event added to the light...

Fixes: DeprecationWarning: Please use assertEqual instead. self.assertEquals(req.status_code, 201)

Some databases support using functions on indexes values (e.g. PostgreSQL) but UniqueContraint doesn't permit to use functions at the moment. Index does, so we can instead use that: ``` class...

postgresql
feature
schema
PRs welcome

So we don't have to provide a different settings file

In the following example where something is imported but not used: ``` from foo import ( # noqa bar, baz, ) ``` flake8 applies the noqa to each import line...

enhancement

https://www.pycon.it/en/speaker-guidelines/