DevAlone
DevAlone
You can pass something like this to Timeout: `Timeout: time.Duration(24*365) * time.Hour, // one year` I'm not sure if it's good solution, but it works :)
> Which platform/OS? Well, I'm running it in an LXC container. The host is KDE neon User - 5.24 aka Ubuntu 20.04 with both KDE and Gnome on Xorg. The...
It looks like docker installation issue or something. Maybe this would help https://stackoverflow.com/questions/64952238/docker-errors-dockerexception-error-while-fetching-server-api-version-error
The error is saying that, for some reason, there is no such IP in geo database. As a workaround, you can try to request specific fields like this: ``` curl...
1. What do you mean? All of them are checked against https site 2. Same as previous 3. You mean to deploy on the server? Just put nginx in between....
@martov6 you probably need to add offset request 1 - `"offset": 0, "limit": 1024` request 2 - `"offset": 1024, "limit": 1024` request 3 - `"offset": 2048, "limit": 1024`
Duplicate of https://github.com/DevAlone/proxy_py/issues/6 The fix is here https://github.com/DevAlone/proxy_py/issues/6#issuecomment-583732014 Anyway thanks for reporting.
В теории да, на практике - не тестировал. Можно попробовать WSL.
Any workarounds?
Any solution? Faced the same issue in my vagrant box with X forwarding. Other apps like xclock and even this SDL2 hello world https://gist.github.com/fschr/92958222e35a823e738bb181fe045274 work just fine so it probably...