maaktweluit

Results 16 comments of maaktweluit

previous edition: https://github.com/golemfactory/yagna/issues/1391

AFAIR the `node_integration_tests` are responsible for starting their own hyperg i think it can be related to: - not properly closing hyperg after test1, making test2 fail ( zombie-g )...

i think this is hard (if not impossible) in 3 parts: - we dont know the amount of transactions to be made from this allocation - we dont know the...

https://github.com/golemfactory/golem/blob/develop/scripts/docker_integrity/image_integrity.ini

There are 2 sides to this issue: - There is a simple config to add more open files, but do we want to ask our users to set this? -...

will be partially resolved by https://github.com/golemfactory/yagna/pull/1501

Thanks for the report! As a work-around you can use the command line arguments when starting golemapp, before starting GUI: ``` @click.option('--hyperdrive-port', type=int, help="Hyperdrive public port") @click.option('--hyperdrive-rpc-port', type=int, help="Hyperdrive RPC...

could be related to golemfactory/simple-transfer#22

Advanced installer also supports non-interactive installations: https://www.advancedinstaller.com/user-guide/exe-setup-file.html

AFAIR @shadeofblue silenced this error, let me know if you want me to look into it