Lucjan Dudek
Lucjan Dudek
As for now, yapapi is passing `GSB_URL` implicitly via `os.environ`. ```python env = dict(os.environ, RUST_LOG="debug") if self._debug else None self._proc = await asyncio.create_subprocess_shell( "gftp server", stdout=asyncio.subprocess.PIPE, stdin=asyncio.subprocess.PIPE, env=env ) ```...
It is very problematic for users when majority of them have this problem when trying yapapi for a first time. Steps to reproduce: - install yapapi via pip - copy/paste...
It takes around 300ms to import version from yapapi ```python from yapapi import __version__ ```
When working on https://github.com/golemfactory/dapp-runner/issues/70 we discovered that the most optimal solution to proxy port race condition would be to change yapapi behavior. Both `http_proxy` and `socket_proxy` **modules** have similar interfaces...
https://github.com/golemfactory/goth/pull/604