Denis

Results 85 comments of Denis

Please, do a `pip freeze` and paste the output here. Looking for Django & django-private-chat versions

Hi, sorry, i didn't see django-private-chat in your pip freeze. Are you sure you installed it in your venv and/or not in global python packages? Or maybe some other environment

Well, it looks like you're using the new version It shouldn't be an issue then, could you paste the full stack trace here?

base template in an html that you {% extend %} in other templates. It is usually named 'base.html' and has things like tags, footer/header and or some site-wide js/css files.

Please submit an example of proper usage of session engine

uvloop is 2-4x faster than asyncio loops as said in the readme. The error seems to be happening because of mixed usage of asyncio loop & uvloop loop, which leads...

Not yet, feel free to add that functionality, we'll help with that

> Hi delneg, is this still sth on your agenda? thx Hello, Well, not really, i've stepped away from Python a while ago (towards awesome F# language) and even if...

Do I understand correctly, that this won't build under dotnet 3.1 / 5.0, but if we publish the package with .netstandard2.1 to Nuget it will work fine for those runtimes...

I propose to change the name to FSharpx.Collections.SIMDArray @marklam could you also please resolve conflicts ?