LeX Xai

Results 8 issues of LeX Xai

Tuned by request https://winscp.net/forum/viewtopic.php?t=32523, and many other...

Ubuntu 20.04.1 LTS ffmpeg build ERROR: x265 not found using pkg-config solution: ```sudo apt-get install libnuma-dev``` may be script should check libnuma-dev ? https://stackoverflow.com/questions/51918409/compiling-ffmpeg-x265-not-found-using-pkg-config

Allow use own HTML canvas, by canvas = fx.canvas('canvasid');

https://docs.python.org/uk/3/library/datetime.html#timedelta-objects Чи доречно тут перекладати самі назви атрибутів ? ![зображення](https://github.com/python/python-docs-uk/assets/3278842/e8ec4457-6039-473c-a810-7b8aa38b93d4)

### What does this change Renamed city and street names when translating the Ukrainian parts of providers. In accordance with changes in national legislation, and text optimization and replacement of...

### Description The [Scrapy Documentation](https://docs.scrapy.org/en/latest/topics/settings.html#std-setting-DNS_RESOLVER) has information about supporting IPv4/IPv6 addresses. > scrapy.resolver.CachingHostnameResolver, which supports IPv4/IPv6 addresses, But I found a problem that IPv6 addresses are not resolved when there...

enhancement
http

```python import asyncio class RedisMixin: ... async def start(self): """Asynchronous start method compatible with new Scrapy versions.""" for req in await asyncio.to_thread(self._collect_start_requests): yield req def _collect_start_requests(self): """Collect start requests synchronously...

Problem: ``` File ".../lib/python3.11/site-packages/pydispatch/robustapply.py", line 55, in robustApply return receiver(*arguments, **named) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".../lib/python3.11/site-packages/scrapy/extensions/logstats.py", line 78, in spider_closed rpm_final, ipm_final = self.calculate_final_stats(spider) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".../lib/python3.11/site-packages/scrapy/extensions/logstats.py", line 85, in calculate_final_stats start_time...