ledzgio
ledzgio
@filipeximenes yes levels are fixed in my idea, means I should create classes like Developer Level 1, Developer Level 2 and so forth, right?
Have you found a solution? I am facing the same issue.
Same issue here, any update? UPDATE: a quick fix is to change the get_user_from_session in utils.py into the following: ` async def get_user_from_session(session_key): session_key = "django.contrib.sessions.cache{}".format(session_key) session = cache.get(session_key) if...
If anyone is interested, I've managed to get it working on AWS. Basically what I did is: Edit the connection string in views.py as follows: ``` wss://domain.com/ws/session_id/username ``` Edit handlers.py,...
Any news about this? I'd like to have a way to get the amount of tokens provided as liquidity in a specific uniswap pool. Is there a way, given the...
Hey guys nothing is moving here?
> Hey @ledzgio , > > I had similar issues with secp256k. Had to install the lib properly first. > > ``` > sudo apt-get install lib32ncurses5-dev > sudo add-apt-repository...
@sammchardy is there any chance we get this library compatible with Python 3.5?
Hi there, I am not working on the plugin, you can refer to the following and try if that version is working better in your case: https://github.com/Unknown-Guy/Categorise-Deluge-plugin bye
Hello, I am not working anymore on the plugin. You can try to refer to two forks: https://github.com/squisher/Categorise-Deluge-plugin https://github.com/Unknown-Guy/Categorise-Deluge-plugin best regards