Roman Miroshnychenko

Results 99 comments of Roman Miroshnychenko

The current code should work in Django 3.0. At least the updated test matrix is passed: https://travis-ci.org/github/romanvm/django-tinymce4-lite/builds/672004908 I'd recommend to check your url configuration. Also check the test application included...

"Not working" is a rather vague description. Please describe your issue with as much details as possible.

According to [docs](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_running_loop) `get_running_loop` can only be run from within a coroutine. The following example will fail even if run without Kodi: ```python import asyncio async def sleeper(): await asyncio.sleep(60)...

On the other side, there is indeed a conflict if several addons try to run async tasks in an event loop. However, this is a general Kodi problem not specific...

I have confirmed that this is a Python problem related to the use of sub-interpreters. The following code produces the same error outside Kodi and LE: ```c++ #include #include #include...

As it turned out, it is known Python issue https://github.com/python/cpython/issues/91375 that has no fix so far. The only possible workaround is to use a pure-Python implementation of asyncio event loop...

Multiple profiles support in Kodi is broken for some time and should be removed if someone finds time to do it.

Is there a specific scenario? I found my old Nokia 5800 and tried to pair it - a pin dialog shows up and works Ok. I'ts just the standard on-screen...

Thank you for your contribution. I will check this out.

This is sitting here for a long time and I don't see any motivation behind those changes. Could you explain what will this PR achieve? Otherwise it will be closed...