Alexandros Nikolopoulos
Alexandros Nikolopoulos
Tried to install directly from git via pip as follows: `-e git://github.com/clemfromspace/scrapy-selenium.git@master#egg=scrapy-selenium"` which fails with pip 20.2 as in the below trace. pip 18.x works fine ``` Traceback (most recent...
Setting the JOSE header "typ" to "JWT" is hardcoded in jws._encode_header(). Although setting this parameter is recommended in rfc7519 (JWT specification), in rfc 7515 (JWS specification) it is marked as...
* django-private-chat version: 0.3.0 * Django version: 3.1.5 * Python version: 3.8.5 * Operating System: Ubuntu 20.04 on WSL ### Description /management/commands/run_chat_server_uvloop.py has an indentation issue on line 46 ###...
If in a model field the parameter primary_key=True is set, the id field is not created. However get_calendars_for_object filters on the .id of the object and fails in such a...
### Is your feature request related to a problem? Please describe The NavigationView binds to a BreadcrumbBar to show the main navigation in the header. However there is a customization...
It seems that the package has a dependency for react 16-17. Is this a matter of testing or are there breaking changes in react 18?