Nereg

Results 21 comments of Nereg

Hi! The WIP async version works for me, but I see there is not a lot of progress here. Maybe I could contribute some code to help with it. The...

It seems that the WIP async branch has broken sync implementation! I don't know (but assume) that it is fine in the main branch. So I will need to find...

Sorry for the delay, anyway. In my testing (although, I can't replicate that if I install directly from async branch, for some reason) I got this error: ``` Traceback (most...

https://github.com/Nereg/deepl-python-async/commit/24fd1328b0aadfbb318eed6162537a3b92c0898d Implemented both full disablement of SSL verification and using your own SSL CA certificates. Not sure, if it will behave precisely like request's implementation, but seems fine,

For now, I added proxy support: https://github.com/Nereg/deepl-python-async/commit/efd945528c6c00dd627a8767e005208471cd9a05 But, I am very confused, where I should implement the user-facing APIs. The place seems to be https://github.com/DeepLcom/deepl-python/blob/async/deepl/translator_async.py but in your version, it...

While browsing the code, I found a weird thing, that I think should not be this way. https://github.com/DeepLcom/deepl-python/blob/adcb68294c8b424fc8d4a2282ead16a55d57e731/deepl/aiohttp_http_client.py#L15-L19 https://github.com/DeepLcom/deepl-python/blob/adcb68294c8b424fc8d4a2282ead16a55d57e731/deepl/aiohttp_http_client.py#L86-L89 So, in those lines, we first import the aiohttp library, and...

So, I've applied the [SSL bypass](https://github.com/Nereg/deepl-python-async/commit/e59f87d06a6c0d72cf66f260c86b9a10539c4d56) and [proxy](https://github.com/Nereg/deepl-python-async/commit/f520c7be91d1b63c25c3e0cd58fbca4a8c6798f4) support, added [tests](https://github.com/Nereg/deepl-python-async/commit/be0a8f46fcedf68d30f598c9bb0dddbc46bd3ace) for them, and [fixed](https://github.com/Nereg/deepl-python-async/commit/4e49e31cf9b383399a842a4efdb025ddc1ca0418) the `needs_mock_proxy_server` condition. It wrongly required `mock_server_port` to be set, which is not related to...

What I found so far: 1. It isn't specific to 3.11.1. It still gives that error on 3.10.0 on linux 2. It also affects sync variants of `aplayers` 3. It...

Ok! Yeah I couldn't narrow down enough to see where this was introduced because of errors on each commit which I wouldn't want to fix in console lol. Good luck...

> wsl --unregister docker-desktop stopped working for me. I then tried the uninstall Docker and reinstalled it - that worked for me. Same here for me. Docker version 4.33.1, wsl...